Home | History | Annotate | Download | only in hwui

Lines Matching defs:Paint

31 class ANDROID_API Paint : public SkPaint {
46 Paint();
47 Paint(const Paint& paint);
48 Paint(const SkPaint& paint); // NOLINT(implicit)
49 ~Paint();
51 Paint& operator=(const Paint& other);
53 friend bool operator==(const Paint& a, const Paint& b);
54 friend bool operator!=(const Paint& a, const Paint& b) { return !(a == b); }
96 // object. The Java Paint object holds a strong reference to the Java Typeface