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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java123 public static final int COMP_ALPHA = 1;/* AlphaComposite */ field in class:SunGraphics2D
915 newCompState = COMP_ALPHA;
927 newCompState = COMP_ALPHA;
978 compositeState = COMP_ALPHA;
1698 if (compositeState <= COMP_ALPHA &&
1733 compositeState = COMP_ALPHA;

Completed in 38 milliseconds