Home
last modified time | relevance | path

Searched defs:resScale (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkPathUtils.cpp24 const SkRect* cullRect, SkScalar resScale) { in FillPathWithPaint()
36 const SkScalar resScale = SkMatrixPriv::ComputeResScaleForStroking(ctm); in FillPathWithPaint() local
76 const SkRect *cullRect, SkScalar resScale) { in FillPathWithPaint()
DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { in SkStrokeRec()
31 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec()
35 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) { in init()
DSkPathMeasure.cpp13 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
DSkContourMeasure.cpp177 Impl(const SkPath& path, bool forceClosed, SkScalar resScale) in Impl()
478 SkScalar resScale) { in SkContourMeasureIter()
486 void SkContourMeasureIter::reset(const SkPath& path, bool forceClosed, SkScalar resScale) { in reset()
DSkStroke.cpp379 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
/external/skia/fuzz/
DFuzzPathMeasure.cpp28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local