Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp364 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local
380 le_uint16 index = ttGlyph; in getGlyphAdvance()
382 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
387 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
/external/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.cpp372 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local
388 le_uint16 index = ttGlyph; in getGlyphAdvance()
390 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
395 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp74 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs() local
76 if (ttGlyph < 0xFFFE) { in drawGlyphs()
77 ttGlyphs[out] = ttGlyph; in drawGlyphs()