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

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

Completed in 58 milliseconds