Searched refs:cur_glyph (Results 1 – 1 of 1) sorted by relevance
1471 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local1474 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()1475 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()1477 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()1478 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()1514 cur_glyph += th->cb; in sk_path_from_gdi_path()1529 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local1534 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()1535 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()1537 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()[all …]