Searched refs:fPrevAdvance (Results 1 – 2 of 2) sorted by relevance
112 SkFixed fPrevAdvance; variable
1631 fPrevAdvance = 0; in SkTextToPathIter()1648 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale); in next()1649 fPrevAdvance = glyph.fAdvanceX; // + fPaint.getTextTracking(); in next()