Searched defs:resScale (Results  1 – 6 of 6) 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
 76                               const SkRect *cullRect, 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 | 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 | SkStroke.cpp | 379                              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
 |