Home
last modified time | relevance | path

Searched refs:fPrevAdvance (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkDraw.h112 SkFixed fPrevAdvance; variable
/external/skia/src/core/
DSkPaint.cpp1631 fPrevAdvance = 0; in SkTextToPathIter()
1648 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale); in next()
1649 fPrevAdvance = glyph.fAdvanceX; // + fPaint.getTextTracking(); in next()