Searched refs:xAdvance (Results 1 - 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java51 private int xAdvance; field in class:BitmapCharacter
121 return xAdvance;
125 xAdvance = advance;
165 oc.write(xAdvance, "xAdvance", 0);
190 xAdvance = ic.readInt("xAdvance", 0);
H A DLetterQuad.java26 private float xAdvance = 0; field in class:LetterQuad
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
[all...]
H A DBitmapFont.java189 // 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/
H A DGlyphPositionAdjustments.h55 float xAdvance; member in class:GlyphPositionAdjustments::Adjustment
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;
H A DLayoutEngine.cpp400 float next, xAdvance; local
404 xAdvance = next - prev;
408 xAdjust -= xAdvance;
442 float next, xAdvance; local
446 xAdvance = next - prev;
450 xAdjust -= xAdvance;
H A DOpenTypeLayoutEngine.cpp397 float xAdvance = adjustments->getXAdvance(i); local
419 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
/external/sqlite/dist/orig/
H A Dsqlite3.c8483 int (*xAdvance)(BtCursor *, int *); member in union:VdbeOp::__anon12315
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8483 int (*xAdvance)(BtCursor *, int *); member in union:VdbeOp::__anon12340
[all...]

Completed in 385 milliseconds