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

  /external/freetype/src/pcf/
pcf.h 87 FT_Byte characterWidth;
98 FT_Short characterWidth;
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 491 final float characterWidth = mDigitDrawables[0].getWidth() / 2.0f;
496 location.x += characterWidth;
497 offset += characterWidth;
505 location.x += characterWidth;
506 offset += characterWidth;

Completed in 70 milliseconds