HomeSort by relevance Sort by last modified time
    Searched defs:setXAdvance (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
GlyphPositionAdjustments.h 42 inline void setXAdvance(float newXAdvance);
121 inline void setXAdvance(le_int32 index, float newXAdvance);
192 inline void GlyphPositionAdjustments::Adjustment::setXAdvance(float newXAdvance)
335 inline void GlyphPositionAdjustments::setXAdvance(le_int32 index, float newXAdvance)
337 fAdjustments[index].setXAdvance(newXAdvance);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 124 public void setXAdvance(int advance) {

Completed in 486 milliseconds