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