Home | History | Annotate | Download | only in hwui

Lines Matching defs:Paint

29 class ANDROID_API Paint : public SkPaint {
44 Paint();
45 Paint(const Paint& paint);
46 Paint(const SkPaint& paint); // NOLINT(implicit)
47 ~Paint();
49 Paint& operator=(const Paint& other);
51 friend bool operator==(const Paint& a, const Paint& b);
52 friend bool operator!=(const Paint& a, const Paint& b) {