HomeSort by relevance Sort by last modified time
    Searched refs:xAdvance (Results 1 - 11 of 11) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 51 private int xAdvance;
121 return xAdvance;
125 xAdvance = advance;
165 oc.write(xAdvance, "xAdvance", 0);
190 xAdvance = ic.readInt("xAdvance", 0);
LetterQuad.java 26 private float xAdvance = 0;
150 return x0+xAdvance;
262 xAdvance = 0;
275 xAdvance = width;
281 xAdvance = 0;
285 xAdvance = bitmapChar.getXAdvance() * sizeScale;
298 // we add this offset back into xAdvance.. by subtracting it.
303 xAdvance -= xOffset * incrScale;
309 // need to counteract that in xAdvance. This is better
315 xAdvance -= xOffset * incrScale;
    [all...]
BitmapFont.java 189 // xAdvance
194 // Its xAdvance is wider to accomodate that initial offset.
195 // The cursor position is advanced by xAdvance each time.
198 // -xOffset + xAdvance for the first character and then each subsequent
199 // character is just xAdvance more 'width'.
240 float xAdvance = c.getXAdvance() * sizeScale;
253 lineWidth += xAdvance;
  /external/icu4c/layout/
GlyphPositionAdjustments.h 55 float xAdvance;
141 : xPlacement(0), yPlacement(0), xAdvance(0), yAdvance(0), baseOffset(-1)
147 : xPlacement(xPlace), yPlacement(yPlace), xAdvance(xAdv), yAdvance(yAdv), baseOffset(baseOff)
169 return xAdvance;
194 xAdvance = newXAdvance;
219 xAdvance += xAdjustment;
LayoutEngine.cpp 404 float next, xAdvance;
408 xAdvance = next - prev;
412 xAdjust -= xAdvance;
446 float next, xAdvance;
450 xAdvance = next - prev;
454 xAdjust -= xAdvance;
OpenTypeLayoutEngine.cpp 497 float xAdvance = adjustments->getXAdvance(i);
519 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 747 float xAdvance = HBFixedToFloat(positions[i].x_advance);
748 outAdvances->replaceAt(outAdvances->itemAt(cluster) + xAdvance, cluster);
758 totalAdvance += xAdvance;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */
72 SHORT xAdvance; /* Horizontal adjustment for
111 if (format & xAdvance) {
148 if (format & xAdvance) values++;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */
72 SHORT xAdvance; /* Horizontal adjustment for
111 if (format & xAdvance) {
148 if (format & xAdvance) values++;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 553 milliseconds