Home | History | Annotate | Download | only in core

Lines Matching refs:SkPaint

21 #include "SkPaint.h"
39 SkStroke(const SkPaint&);
40 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
42 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
43 void setCap(SkPaint::Cap);
45 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
46 void setJoin(SkPaint::Join);
67 friend class SkPaint;