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

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

Completed in 98 milliseconds