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

  /external/icu4c/layout/
MarkToLigaturePosnSubtables.cpp 51 LEGlyphID ligatureGlyph = findLigatureGlyph(&ligatureIterator);
52 le_int32 ligatureCoverage = getBaseCoverage((LEGlyphID) ligatureGlyph);
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
94 fontInstance->getGlyphAdvance(ligatureGlyph, pixels);
LigatureSubstProc.cpp 85 TTGlyphID ligatureGlyph = SWAPW(*ligatureOffset);
87 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
LigatureSubstProc2.cpp 86 TTGlyphID ligatureGlyph = SWAPW(ligatureTable[i]);
87 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);

Completed in 51 milliseconds