Home
last modified time | relevance | path

Searched refs:setXPlacement (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DGlyphPositionAdjustments.h40 inline void setXPlacement(float newXPlacement);
119 inline void setXPlacement(le_int32 index, float newXPlacement);
182 inline void GlyphPositionAdjustments::Adjustment::setXPlacement(float newXPlacement) in setXPlacement() function
325 inline void GlyphPositionAdjustments::setXPlacement(le_int32 index, float newXPlacement) in setXPlacement() function
327 fAdjustments[index].setXPlacement(newXPlacement); in setXPlacement()
DGlyphIterator.cpp275 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust); in setCurrGlyphPositionAdjustment()
DOpenTypeLayoutEngine.cpp369 adjustments->setXPlacement(i, 0); in adjustGlyphPositions()