HomeSort by relevance Sort by last modified time
    Searched refs:ligatureGlyph (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.cpp 51 LEGlyphID ligatureGlyph = findLigatureGlyph(&ligatureIterator);
52 le_int32 ligatureCoverage = getBaseCoverage(base, (LEGlyphID) ligatureGlyph, success);
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
94 fontInstance->getGlyphAdvance(ligatureGlyph, pixels);
LigatureSubstProc.cpp 102 TTGlyphID ligatureGlyph = SWAPW(*ligatureOffset.getAlias());
104 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
LigatureSubstProc2.cpp 106 TTGlyphID ligatureGlyph = SWAPW(ligatureTable(i,success));
107 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);

Completed in 309 milliseconds