Lines Matching refs:fPrevAdvance
2351 fPrevAdvance = 0;
2367 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);
2368 fPrevAdvance = advance(glyph, fXYIndex); // + fPaint.getTextTracking();
2389 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);
2390 fPrevAdvance = advance(glyph, fXYIndex); // + fPaint.getTextTracking();