Searched defs:setXAdvance (Results 1 - 2 of 2) 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);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java124 public void setXAdvance(int advance) { method in class:BitmapCharacter

Completed in 64 milliseconds