Searched refs:cur_glyph (Results 1 – 1 of 1) sorted by relevance
1464 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local1467 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()1468 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()1470 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()1471 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()1507 cur_glyph += th->cb; in sk_path_from_gdi_path()1522 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local1527 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()1528 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()1530 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()[all …]