Searched refs:ttGlyphID (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DCoverageTables.cpp43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
79 OpenTypeUtilities::getGlyphRangeIndex(ttGlyphID, rangeRecordArray, count);
88 return startCoverageIndex + (ttGlyphID - firstInRange);
H A DClassDefinitionTables.cpp67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);

Completed in 2370 milliseconds