Searched defs:setXAdvance (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h42 inline void setXAdvance(float newXAdvance);
121 inline void setXAdvance(le_int32 index, float newXAdvance);
192 inline void GlyphPositionAdjustments::Adjustment::setXAdvance(float newXAdvance) function in class:GlyphPositionAdjustments::Adjustment
335 inline void GlyphPositionAdjustments::setXAdvance(le_int32 index, float newXAdvance) function in class:GlyphPositionAdjustments
337 fAdjustments[index].setXAdvance(newXAdvance);

Completed in 201 milliseconds