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

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

Completed in 108 milliseconds