Lines Matching defs:Paint

45  * The Paint class holds the style and color information about how to draw
48 public class Paint {
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(int)
149 * Paint flag that applies an underline decoration to drawn text.
151 * @see #Paint(int)
156 * Paint flag that applies a strike-through decoration to drawn text.
158 * @see #Paint(int)
163 * Paint flag that applies a synthetic bolding effect to drawn text.
169 * @see #Paint(int)
174 * Paint flag that enables smooth linear scaling of text.
186 * @see #Paint(int)
191 * Paint flag that enables subpixel positioning of text.
199 * @see #Paint(int)
203 /** Legacy Paint flag, no longer used. */
208 * Paint flag that enables the use of bitmap fonts when drawing text.
215 * @see #Paint(int)
470 public Paint() {
480 public Paint(int flags) {
499 public Paint(Paint paint) {
540 public void set(Paint src) {
550 * {@link Paint}.
552 private void setClassVariablesFrom(Paint paint) {
1287 * Paint has. Use {@link #getTextLocales()} to get the complete list.
1558 * Paint paint = new Paint();
1567 * Paint paint = new Paint();
1697 * Return the font's recommended interline spacing, given the Paint's
1755 * Return the font's interline spacing, given the Paint's settings for