Searched defs:resScale (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkPathUtils.cpp | 24 const SkRect* cullRect, SkScalar resScale) { in FillPathWithPaint() 36 const SkScalar resScale = SkMatrixPriv::ComputeResScaleForStroking(ctm); in FillPathWithPaint() local 79 SkScalar resScale) { in FillPathWithPaint()
|
D | SkStrokeRec.cpp | 27 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()
|
D | SkPathMeasure.cpp | 23 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
|
D | SkContourMeasure.cpp | 192 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()
|
D | SkStroke.cpp | 384 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, in SkPathStroker()
|
/external/skia/fuzz/ |
D | FuzzPathMeasure.cpp | 28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ() local
|
/external/skia/tests/ |
D | PathMeasureTest.cpp | 51 constexpr float resScale = 1000; in test_small_segment3() local
|