Lines Matching refs:SkPaint
48 /** \class SkPaint
50 The SkPaint class holds the style and color information about how to draw
54 class SK_API SkPaint {
64 SkPaint();
65 SkPaint(const SkPaint& paint);
66 ~SkPaint();
68 SkPaint& operator=(const SkPaint&);
70 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b);
71 friend bool operator!=(const SkPaint& a, const SkPaint& b) {
939 SkPaint::Style style = this->getStyle();