Home
last modified time | relevance | path

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

/external/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.cpp486 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) { in SkPathMeasure()
DSkStroke.cpp324 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale) in SkPathStroker()