Searched defs:resScale (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkStrokeRec.cpp | 23 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()
|
D | SkPathMeasure.cpp | 13 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
|
D | SkContourMeasure.cpp | 446 SkScalar resScale) { in SkContourMeasureIter() 458 void SkContourMeasureIter::reset(const SkPath& path, bool forceClosed, SkScalar resScale) { in reset()
|
D | SkStroke.cpp | 346 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
|
/third_party/skia/src/core/ |
D | SkStrokeRec.cpp | 23 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()
|
D | SkPathMeasure.cpp | 13 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
|
D | SkContourMeasure.cpp | 177 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()
|
D | SkPaint.cpp | 380 const SkScalar resScale = SkPaintPriv::ComputeResScaleForStroking(ctm); in getFillPath() local
|
D | SkStroke.cpp | 379 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
|
/third_party/flutter/skia/fuzz/ |
D | FuzzPathMeasure.cpp | 25 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
|
/third_party/skia/fuzz/ |
D | FuzzPathMeasure.cpp | 28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | path_measure.cc | 46 SkScalar resScale = 1; in Create() local
|