Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DMarkToLigaturePosnSubtables.cpp77 LEPoint ligatureAnchor, markAdvance, pixels; in process() local
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor); in process()
84 float anchorDiffX = ligatureAnchor.fX - markAnchor.fX; in process()
85 float anchorDiffY = ligatureAnchor.fY - markAnchor.fY; in process()