Home
last modified time | relevance | path

Searched refs:resScale (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, paint.getStyle(), resScale); in SkStrokeRec()
31 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
32 this->init(paint, styleOverride, resScale); in SkStrokeRec()
35 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) { in init() argument
36 fResScale = resScale; in init()
DSkStroke.cpp163 SkPaint::Join, SkScalar resScale);
364 SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale) in SkPathStroker() argument
366 , fResScale(resScale) { in SkPathStroker()
398 fInvResScale = SkScalarInvert(resScale * 4); in SkPathStroker()
DSkPaint.cpp2051 SkScalar resScale) const { in getFillPath()
2052 SkStrokeRec rec(*this, resScale); in getFillPath()
/external/skia/include/core/
DSkStrokeRec.h24 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
25 explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);
115 void init(const SkPaint&, SkPaint::Style, SkScalar resScale);
DSkPaint.h503 SkScalar resScale = 1) const;