Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp23 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { in SkStrokeRec()
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec()
31 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.cpp446 SkScalar resScale) { in SkContourMeasureIter()
458 void SkContourMeasureIter::reset(const SkPath& path, bool forceClosed, SkScalar resScale) { in reset()
DSkStroke.cpp346 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
/third_party/skia/src/core/
DSkStrokeRec.cpp23 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { in SkStrokeRec()
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec()
31 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()
DSkPaint.cpp380 const SkScalar resScale = SkPaintPriv::ComputeResScaleForStroking(ctm); in getFillPath() local
DSkStroke.cpp379 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
/third_party/flutter/skia/fuzz/
DFuzzPathMeasure.cpp25 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
/third_party/skia/fuzz/
DFuzzPathMeasure.cpp28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc46 SkScalar resScale = 1; in Create() local