Searched refs:xPlacementAdjust (Results 1 - 2 of 2) sorted by relevance
/external/icu4c/layout/ |
H A D | GlyphIterator.h | 60 void adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, 63 void setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
|
H A D | GlyphIterator.cpp | 243 void GlyphIterator::adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument 256 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust); 262 void GlyphIterator::setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument 275 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust);
|
Completed in 42 milliseconds