Searched refs:anchorDiffY (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | MarkToMarkPosnSubtables.cpp | 79 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()
|
D | MarkToLigaturePosnSubtables.cpp | 85 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()
|
D | MarkToBasePosnSubtables.cpp | 81 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()
|
D | GlyphPositionAdjustments.cpp | 112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY; in applyCursiveAdjustments() local 114 baselineAdjustment += anchorDiffY; in applyCursiveAdjustments()
|