Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1356 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in process() local
1361 while (cur_poly < end_poly) { in process()
1362 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in process()
1401 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * cpfx; in process()
1426 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in process() local
1432 while (cur_poly < end_poly) { in process()
1433 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; in process()
1485 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * cpfx; in process()

Completed in 4 milliseconds