Searched refs:cur_poly (Results 1 – 1 of 1) sorted by relevance
1471 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path() local1476 while (cur_poly < end_poly) { in sk_path_from_gdi_path()1477 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in sk_path_from_gdi_path()1505 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx; in sk_path_from_gdi_path()1531 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_paths() local1537 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()1538 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in sk_path_from_gdi_paths()1580 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx; in sk_path_from_gdi_paths()