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