Home
last modified time | relevance | path

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

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