Searched refs:cur_glyph (Results 1 – 1 of 1) sorted by relevance
1461 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local1464 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()1465 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()1467 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()1468 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()1504 cur_glyph += th->cb; in sk_path_from_gdi_path()1519 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local1524 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()1525 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()1527 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()[all …]