Searched refs:cur_glyph (Results 1 – 2 of 2) sorted by relevance
1380 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local1383 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()1384 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()1386 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()1387 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()1423 cur_glyph += th->cb; in sk_path_from_gdi_path()1438 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local1443 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()1444 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()1446 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()[all …]
1379 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local1382 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()1383 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()1385 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()1386 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()1422 cur_glyph += th->cb; in sk_path_from_gdi_path()1437 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local1442 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()1443 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()1445 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()[all …]