Home | History | Annotate | Download | only in font

Lines Matching refs:xAdvance

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;
325 // Need to unbake the kerning from xAdvance since it
327 //xAdvance -= kernAmount * incrScale;
333 xAdvance = bound.x-x0;