Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DMarkToLigaturePosnSubtables.cpp51 LEGlyphID ligatureGlyph = findLigatureGlyph(&ligatureIterator); in process() local
52 le_int32 ligatureCoverage = getBaseCoverage(base, (LEGlyphID) ligatureGlyph, success); in process()
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor); in process()
94 fontInstance->getGlyphAdvance(ligatureGlyph, pixels); in process()
DLigatureSubstProc.cpp102 TTGlyphID ligatureGlyph = SWAPW(*ligatureOffset.getAlias()); in processStateEntry() local
104 … glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph); in processStateEntry()
DLigatureSubstProc2.cpp106 TTGlyphID ligatureGlyph = SWAPW(ligatureTable(i,success)); in processStateEntry() local
107 … glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph); in processStateEntry()