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

/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java38 SRC_OUT (7), enum constant in enum:PorterDuff.Mode
/frameworks/base/awt/java/awt/
H A DAlphaComposite.java87 * The Constant SRC_OUT indicates that the part of the source lying outside
91 public static final int SRC_OUT = 7; field in class:AlphaComposite
157 * AlphaComposite object with the opaque SRC_OUT rule and an alpha of 1.0f.
159 public static final AlphaComposite SrcOut = new AlphaComposite(SRC_OUT);
336 case SRC_OUT:

Completed in 1065 milliseconds