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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLookupTables.cpp58 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
64 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
73 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
78 if (SWAPW(entry->firstGlyph) <= ttGlyph) {
90 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
98 if (SWAPW(trial->glyph) <= ttGlyph) {
107 if (SWAPW(trial->glyph) <= ttGlyph) {
112 if (SWAPW(entry->glyph) == ttGlyph) {
H A DTrimmedArrayProcessor2.cpp72 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); local
74 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
75 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success));
H A DTrimmedArrayProcessor.cpp76 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); local
78 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
79 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
H A DClassDefinitionTables.cpp128 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
132 OpenTypeUtilities::getGlyphRangeIndex(ttGlyph, classRangeRecordArrayRef, success);

Completed in 42 milliseconds