Home | History | Annotate | Download | only in graphics

Lines Matching defs:Paint

27 class Paint : public SkPaint {
29 Paint();
30 Paint(const Paint& paint);
31 ~Paint();
33 Paint& operator=(const Paint& other);
35 friend bool operator==(const Paint& a, const Paint& b);
36 friend bool operator!=(const Paint& a, const Paint& b) {