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

/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java36 DST_IN (6), enum constant in enum:PorterDuff.Mode
/frameworks/base/awt/java/awt/
H A DAlphaComposite.java80 * The Constant DST_IN indicates that the part of the destination lying
84 public static final int DST_IN = 6; field in class:AlphaComposite
152 * AlphaComposite object with the opaque DST_IN rule and an alpha of 1.0f.
154 public static final AlphaComposite DstIn = new AlphaComposite(DST_IN);
334 case DST_IN:

Completed in 4 milliseconds