HomeSort by relevance Sort by last modified time
    Searched refs:fPrevAdvance (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkTextToPathIter.h 25 SkScalar fPrevAdvance;
94 fPrevAdvance = 0;
SkPaint.cpp     [all...]
  /external/skqp/src/core/
SkTextToPathIter.h 25 SkScalar fPrevAdvance;
94 fPrevAdvance = 0;
SkPaint.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.cpp 86 fXPos += (fPrevAdvance + fAutoKern.adjust(glyph)) * fScale;
88 fPrevAdvance = SkFloatToScalar((&glyph.fAdvanceX)[fXYIndex]);

Completed in 746 milliseconds