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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DX11TextRenderer.java78 long xgc = x11sd.getRenderGC(clip, SunGraphics2D.COMP_ISCOPY,
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java299 (sg2d.compositeState <= sg2d.COMP_ISCOPY ||
332 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
356 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
402 sg2d.compositeState <= sg2d.COMP_ISCOPY)
648 return getGC(clip, SunGraphics2D.COMP_ISCOPY, null,
676 if (compState == SunGraphics2D.COMP_ISCOPY) {
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java157 (sg2d.compositeState <= sg2d.COMP_ISCOPY ||
224 sg2d.compositeState <= sg2d.COMP_ISCOPY)
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java505 if (sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
534 } else if (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
648 sg2d.compositeState > sg2d.COMP_ISCOPY)
669 sg2d.compositeState > sg2d.COMP_ISCOPY ||
820 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
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;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java414 sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
431 (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java518 sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
560 (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgSurfaceData.java328 sg2d.compositeState <= sg2d.COMP_ISCOPY)
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java623 // For composite state COMP_ISCOPY, COMP_XOR or COMP_CUSTOM set alpha compositor to COPY:
627 // For composite state COMP_ISCOPY composite could be null. If it's not (or composite state == COMP_ALPHA)
1146 if (sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&

Completed in 59 milliseconds