Searched refs:ligatureGlyph (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkToLigaturePosnSubtables.cpp80 LEGlyphID ligatureGlyph = findLigatureGlyph(&ligatureIterator); local
81 le_int32 ligatureCoverage = getBaseCoverage(base, (LEGlyphID) ligatureGlyph, success);
108 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
123 fontInstance->getGlyphAdvance(ligatureGlyph, pixels);
H A DLigatureSubstProc.cpp127 TTGlyphID ligatureGlyph = SWAPW(*ligatureOffset.getAlias()); local
129 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
H A DLigatureSubstProc2.cpp131 TTGlyphID ligatureGlyph = SWAPW(ligatureTable(i,success)); local
132 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);

Completed in 30 milliseconds