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

/frameworks/base/core/jni/android/graphics/
H A DPaintImpl.cpp17 #include "Paint.h"
20 #define LOG_TAG "Paint"
25 Paint::Paint() : SkPaint(), function in class:android::Paint
29 Paint::Paint(const Paint& paint) : SkPaint(paint), function in class:android::Paint
34 Paint::~Paint() {
37 Paint
[all...]
H A DPaint.h27 class Paint : public SkPaint { class in namespace:android
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
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java27 * The Paint class holds the style and color information about how to draw
30 public class Paint { class
75 * Paint flag that enables antialiasing when drawing.
80 * @see #Paint(int)
85 * Paint flag that enables bilinear sampling on scaled bitmaps.
97 * @see #Paint(int)
102 * Paint flag that enables dithering when blitting.
107 * @see #Paint(int)
112 * Paint flag that applies an underline decoration to drawn text.
114 * @see #Paint(in
419 public Paint() { method in class:Paint
429 public Paint(int flags) { method in class:Paint
447 public Paint(Paint paint) { method in class:Paint
[all...]

Completed in 277 milliseconds