Home | History | Annotate | Download | only in core

Lines Matching defs:SkPaint

48 /** \class SkPaint
50 The SkPaint class holds the style and color information about how to draw
54 class SK_API SkPaint {
56 SkPaint();
57 SkPaint(const SkPaint& paint);
58 ~SkPaint();
60 SkPaint& operator=(const SkPaint&);
62 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b);
63 friend bool operator!=(const SkPaint& a, const SkPaint& b) {
991 SkPaint::Style style = this->getStyle();
1035 static void Flatten(SkWriteBuffer& buffer, const SkPaint& paint);
1036 static void Unflatten(SkReadBuffer& buffer, SkPaint* paint);