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

  /external/skqp/src/gpu/text/
GrTextUtils.cpp 91 matrix.setScale(iter.getPathScale(), iter.getPathScale());
  /external/skia/src/core/
SkTextToPathIter.h 43 SkScalar getPathScale() const { return fScale; }
SkPaint.cpp 1070 matrix.setScale(iter.getPathScale(), iter.getPathScale());
    [all...]
SkDevice.cpp 451 SkScalar scale = iter.getPathScale();
SkDraw.cpp     [all...]
  /external/skqp/src/core/
SkTextToPathIter.h 43 SkScalar getPathScale() const { return fScale; }
SkPaint.cpp 1070 matrix.setScale(iter.getPathScale(), iter.getPathScale());
    [all...]
SkDevice.cpp 450 SkScalar scale = iter.getPathScale();
SkDraw.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.h 140 SkScalar getPathScale() const { return fScale; }
GrAtlasTextContext.cpp 462 FallbackTextHelper fallbackTextHelper(viewMatrix, pathPaint, glyphCache, iter.getPathScale());
473 blob->appendPathGlyph(runIndex, *iterPath, xpos + x, y, iter.getPathScale(), false);
    [all...]

Completed in 203 milliseconds