Searched refs:setCurrGlyphPositionAdjustment (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/layout/
H A DMarkToMarkPosnSubtables.cpp84 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
91 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - mark2Advance.fX, anchorDiffY - mark2Advance.fY, -markAdvance.fX, -markAdvance.fY);
H A DMarkToBasePosnSubtables.cpp88 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
109 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdvance.fY, -markAdvance.fX, -markAdvance.fY);
H A DMarkToLigaturePosnSubtables.cpp90 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
97 glyphIterator->setCurrGlyphPositionAdjustment(anchorDiffX - ligatureAdvance.fX, anchorDiffY - ligatureAdvance.fY, -markAdvance.fX, -markAdvance.fY);
H A DGlyphIterator.h63 void setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
H A DGlyphIterator.cpp262 void GlyphIterator::setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, function in class:GlyphIterator

Completed in 83 milliseconds