Searched refs:cur_poly (Results 1 – 1 of 1) sorted by relevance
1468 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path() local1473 while (cur_poly < end_poly) { in sk_path_from_gdi_path()1474 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in sk_path_from_gdi_path()1502 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx; in sk_path_from_gdi_path()1528 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_paths() local1534 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()1535 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in sk_path_from_gdi_paths()1577 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx; in sk_path_from_gdi_paths()