Searched defs:end_glyph (Results 1 - 3 of 3) sorted by path

/external/freetype/include/freetype/internal/
H A Dtttypes.h661 /* end_glyph :: The highest glyph index for this strike. */
687 FT_UShort end_glyph; member in struct:TT_SBit_StrikeRec_
/external/skia/src/ports/
H A DSkFontHost_win.cpp1449 const uint8_t* end_glyph = glyphbuf + total_size; local
1451 while (cur_glyph < end_glyph) {
1507 const uint8_t* end_glyph = glyphbuf + total_size; local
1511 while (cur_glyph < end_glyph) {
/external/skqp/src/ports/
H A DSkFontHost_win.cpp1449 const uint8_t* end_glyph = glyphbuf + total_size; local
1451 while (cur_glyph < end_glyph) {
1507 const uint8_t* end_glyph = glyphbuf + total_size; local
1511 while (cur_glyph < end_glyph) {

Completed in 304 milliseconds