Searched defs:Paint (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DPaintImpl.cpp17 #include "Paint.h"
21 Paint::Paint() : function in class:android::Paint
26 Paint::Paint(const Paint& paint) : SkPaint(paint), function in class:android::Paint
33 Paint::Paint(const SkPaint& paint) : SkPaint(paint), function in class:android::Paint
38 Paint::~Paint() {
[all...]
H A DPaint.h29 class ANDROID_API Paint : public SkPaint { class in namespace:android
31 Paint();
32 Paint(const Paint& paint);
33 Paint(const SkPaint& paint); // NOLINT(implicit)
34 ~Paint();
36 Paint& operator=(const Paint& other);
38 friend bool operator==(const Paint& a, const Paint
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java45 * The Paint class holds the style and color information about how to draw
48 public class Paint { class
57 // Use a Holder to allow static initialization of Paint in the boot image.
60 Paint.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_PAINT_SIZE);
112 * Paint flag that enables antialiasing when drawing.
117 * @see #Paint(int)
122 * Paint flag that enables bilinear sampling on scaled bitmaps.
134 * @see #Paint(int)
139 * Paint flag that enables dithering when blitting.
144 * @see #Paint(in
470 public Paint() { method in class:Paint
480 public Paint(int flags) { method in class:Paint
499 public Paint(Paint paint) { method in class:Paint
[all...]

Completed in 53 milliseconds