Home
last modified time | relevance | path

Searched refs:cur_poly (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp1471 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path() local
1476 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() local
1537 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()