Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1349 const uint8_t* cur_glyph = glyphbuf; in process() local
1352 while (cur_glyph < end_glyph) { in process()
1353 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in process()
1355 const uint8_t* end_poly = cur_glyph + th->cb; in process()
1356 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in process()
1403 cur_glyph += th->cb; in process()
1417 const uint8_t* cur_glyph = glyphbuf; in process() local
1422 while (cur_glyph < end_glyph) { in process()
1423 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in process()
1425 const uint8_t* end_poly = cur_glyph in process()
[all...]

Completed in 3 milliseconds