Home | History | Annotate | Download | only in core

Lines Matching refs:SkPaint

11 #include "SkPaint.h"
24 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
25 explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);
40 SkPaint::Cap getCap() const { return fCap; }
41 SkPaint::Join getJoin() const { return fJoin; }
61 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
96 void applyToPaint(SkPaint* paint) const;
115 void init(const SkPaint&, SkPaint::Style, SkScalar resScale);
120 SkPaint::Cap fCap;
121 SkPaint::Join fJoin;