Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLookupTables.cpp32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment() local
36 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
44 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
49 if (SWAPW(entry->firstGlyph) <= ttGlyph) { in lookupSegment()
61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle() local
65 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
73 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
78 if (SWAPW(entry->glyph) == ttGlyph) { in lookupSingle()
DTrimmedArrayProcessor.cpp45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process() local
47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process()
DClassDefinitionTables.cpp94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass() local
97 OpenTypeUtilities::getGlyphRangeIndex(ttGlyph, classRangeRecordArray, rangeCount); in getGlyphClass()
/external/icu4c/test/letest/
DPortableFontInstance.cpp338 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local
354 le_uint16 index = ttGlyph; in getGlyphAdvance()
356 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
361 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
/external/chromium/third_party/icu/source/test/letest/
DPortableFontInstance.cpp338 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance() local
354 le_uint16 index = ttGlyph; in getGlyphAdvance()
356 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
361 if (ttGlyph >= fNumLongHorMetrics) { in getGlyphAdvance()
/external/icu4c/samples/layout/
DGDIFontInstance.cpp68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs() local
70 if (ttGlyph < 0xFFFE) { in drawGlyphs()
71 ttGlyphs[out] = ttGlyph; in drawGlyphs()