Searched refs:anchorDiffX (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | MarkToBasePosnSubtables.cpp | 80 float anchorDiffX = baseAnchor.fX - markAnchor.fX; in process() local 86 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdva… in process() 93 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdva… in process()
|
D | MarkToMarkPosnSubtables.cpp | 78 float anchorDiffX = mark2Anchor.fX - markAnchor.fX; 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 | 84 float anchorDiffX = ligatureAnchor.fX - markAnchor.fX; in process() local 90 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdva… in process() 97 …glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - ligatureAdvance.fX, anchorDiffY - liga… in process()
|
D | GlyphPositionAdjustments.cpp | 111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX; in applyCursiveAdjustments() local 123 adjustXAdvance(i, -(anchorDiffX + secondAdvance.fX)); in applyCursiveAdjustments() 130 adjustXAdvance(lastExitPoint, anchorDiffX - firstAdvance.fX); in applyCursiveAdjustments()
|