Home
last modified time | relevance | path

Searched refs:yPlacementAdjust (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphIterator.h60 void adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
63 void setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
DGlyphIterator.cpp251 …id GlyphIterator::adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, in adjustCurrGlyphPositionAdjustment() argument
265 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust); in adjustCurrGlyphPositionAdjustment()
270 void GlyphIterator::setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, in setCurrGlyphPositionAdjustment() argument
284 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust); in setCurrGlyphPositionAdjustment()