Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp1380 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local
1383 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()
1384 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()
1386 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()
1387 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()
1423 cur_glyph += th->cb; in sk_path_from_gdi_path()
1438 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local
1443 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()
1444 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()
1446 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()
[all …]
/external/skqp/src/ports/
DSkFontHost_win.cpp1379 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() local
1382 while (cur_glyph < end_glyph) { in sk_path_from_gdi_path()
1383 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_path()
1385 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path()
1386 const uint8_t* cur_poly = cur_glyph + sizeof(TTPOLYGONHEADER); in sk_path_from_gdi_path()
1422 cur_glyph += th->cb; in sk_path_from_gdi_path()
1437 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_paths() local
1442 while (cur_glyph < end_glyph) { in sk_path_from_gdi_paths()
1443 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; in sk_path_from_gdi_paths()
1445 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths()
[all …]