Home
last modified time | relevance | path

Searched defs:resScale (Results 1 – 7 of 7) 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
79 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.cpp23 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
DSkContourMeasure.cpp192 Impl(const SkPath& path, bool forceClosed, SkScalar resScale) in Impl()
507 SkScalar resScale) { in SkContourMeasureIter()
518 void SkContourMeasureIter::reset(const SkPath& path, bool forceClosed, SkScalar resScale) { in reset()
DSkStroke.cpp384 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
/external/skia/fuzz/
DFuzzPathMeasure.cpp28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
/external/skia/tests/
DPathMeasureTest.cpp51 constexpr float resScale = 1000; in test_small_segment3() local