Home
last modified time | relevance | path

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

/external/icu4c/layout/
DMarkToMarkPosnSubtables.cpp79 float anchorDiffY = mark2Anchor.fY - markAnchor.fY; in process() local
84 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdva… in process()
91 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - mark2Advance.fX, anchorDiffY - mark2Ad… in process()
DMarkToLigaturePosnSubtables.cpp85 float anchorDiffY = ligatureAnchor.fY - markAnchor.fY; in process() local
90 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdva… in process()
97 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - ligatureAdvance.fX, anchorDiffY - liga… in process()
DMarkToBasePosnSubtables.cpp81 float anchorDiffY = baseAnchor.fY - markAnchor.fY; in process() local
88 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdva… in process()
109 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdva… in process()
DGlyphPositionAdjustments.cpp112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY; in applyCursiveAdjustments() local
114 baselineAdjustment += anchorDiffY; in applyCursiveAdjustments()