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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp95 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); local
99 pairValueRecord = findPairValueRecord(base, (TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize, success);
137 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); local
141 le_int32 class2 = classDef2->getGlyphClass(secondGlyph);
173 // sorted by secondGlyph. Unfortunately, there are fonts
180 if (SWAPW(record->secondGlyph) == glyphID) {
196 if (SWAPW(trial->secondGlyph) <= glyphID) {
204 if (SWAPW(trial->secondGlyph) <= glyphID) {
209 if (SWAPW(record->secondGlyph) == glyphID) {
H A DPairPositioningSubtables.h52 TTGlyphID secondGlyph; member in struct:PairValueRecord

Completed in 29 milliseconds