Lines Matching refs:cur_glyph
1464 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local
1467 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() local
1527 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()
1531 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_paths()
1582 cur_glyph += th->cb; in sk_path_from_gdi_paths()