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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java124 public static final int COMP_ISCOPY = 0;/* simple stores into destination, field in class:SunGraphics2D
708 // compositeState > COMP_ISCOPY ||
913 newCompState = COMP_ISCOPY;
921 newCompState = COMP_ISCOPY;
925 newCompState = COMP_ISCOPY;
973 if (compositeState != COMP_ISCOPY) {
974 compositeState = COMP_ISCOPY;
977 if (compositeState == COMP_ISCOPY) {
1724 compositeState = COMP_ISCOPY;

Completed in 34 milliseconds