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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java182 * <p>{@link #SUBPIXEL_TEXT_FLAG} should be used in conjunction with this
202 public static final int SUBPIXEL_TEXT_FLAG = 0x80; field in class:Paint
733 * Helper for getFlags(), returning true if SUBPIXEL_TEXT_FLAG bit is set
738 return (getFlags() & SUBPIXEL_TEXT_FLAG) != 0;
742 * Helper for setFlags(), setting or clearing the SUBPIXEL_TEXT_FLAG bit

Completed in 177 milliseconds