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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCoverageTables.cpp68 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
80 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
87 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
92 if (SWAPW(glyphArray[index]) == ttGlyphID) {
101 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
104 OpenTypeUtilities::getGlyphRangeIndex(ttGlyphID, rangeRecordArray, count);
113 return startCoverageIndex + (ttGlyphID - firstInRange);
H A DClassDefinitionTables.cpp98 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); local
102 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
103 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) );

Completed in 29 milliseconds