Home | History | Annotate | Download | only in core

Lines Matching refs:SkPaint

13 #include "SkPaint.h"
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
28 void setCap(SkPaint::Cap);
30 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
31 void setJoin(SkPaint::Join);
53 friend class SkPaint;