Searched refs:compositeState (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java414 sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
431 (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
435 (sg2d.compositeState == sg2d.COMP_ALPHA &&
441 (sg2d.compositeState == sg2d.COMP_XOR &&
458 if (sg2d.compositeState <= sg2d.COMP_XOR) {
462 } else if (sg2d.compositeState <= sg2d.COMP_ALPHA) {
487 } else if (sg2d.compositeState == sg2d.COMP_XOR) {
552 sg2d.compositeState < sg2d.COMP_XOR)
H A DOGLBufImgOps.java75 (sg.compositeState > SunGraphics2D.COMP_ALPHA))
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java518 sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
545 if (sg2d.compositeState >= sg2d.COMP_XOR) {
560 (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
564 (sg2d.compositeState == sg2d.COMP_ALPHA &&
570 (sg2d.compositeState == sg2d.COMP_XOR &&
587 if (sg2d.compositeState <= sg2d.COMP_XOR) {
591 } else if (sg2d.compositeState <= sg2d.COMP_ALPHA) {
616 } else if (sg2d.compositeState == sg2d.COMP_XOR) {
682 sg2d.compositeState < sg2d.COMP_XOR)
H A DD3DBufImgOps.java75 (sg.compositeState > SunGraphics2D.COMP_ALPHA))
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java157 (sg2d.compositeState <= sg2d.COMP_ISCOPY ||
158 sg2d.compositeState == sg2d.COMP_XOR))
224 sg2d.compositeState <= sg2d.COMP_ISCOPY)
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java505 if (sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
524 if (sg2d.compositeState == sg2d.COMP_XOR) {
534 } else if (sg2d.compositeState <= sg2d.COMP_ISCOPY &&
554 if (sg2d.compositeState == sg2d.COMP_XOR) {
607 } else if (sg2d.compositeState == sg2d.COMP_CUSTOM) {
648 sg2d.compositeState > sg2d.COMP_ISCOPY)
669 sg2d.compositeState > sg2d.COMP_ISCOPY ||
820 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
H A DSunGraphics2D.java166 public int compositeState; field in class:SunGraphics2D
708 // compositeState > COMP_ISCOPY ||
939 if (compositeState != newCompState ||
942 compositeState = newCompState;
973 if (compositeState != COMP_ISCOPY) {
974 compositeState = COMP_ISCOPY;
977 if (compositeState == COMP_ISCOPY) {
978 compositeState = COMP_ALPHA;
1689 * compositeState <= COMP_CUSTOM)
1698 if (compositeState <
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java299 (sg2d.compositeState <= sg2d.COMP_ISCOPY ||
300 sg2d.compositeState == sg2d.COMP_XOR))
332 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
356 if (sg2d.compositeState == sg2d.COMP_ISCOPY) {
402 sg2d.compositeState <= sg2d.COMP_ISCOPY)
H A DX11Renderer.java77 sg2d.compositeState, sg2d.composite,
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java120 if (sg2d.compositeState < SunGraphics2D.COMP_XOR &&
141 if (sg2d.compositeState <= SunGraphics2D.COMP_XOR) {
145 } else if (sg2d.compositeState <= SunGraphics2D.COMP_ALPHA) {
198 sg2d.compositeState <= SunGraphics2D.COMP_ALPHA)
457 if (sg2d != null && sg2d.compositeState == SunGraphics2D.COMP_XOR) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java181 || sg2d.compositeState >= SunGraphics2D.COMP_XOR) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java86 if (sg2d.compositeState <= SunGraphics2D.COMP_ALPHA) {
629 if ((sg2d.compositeState <= SunGraphics2D.COMP_ALPHA) && (composite != null)) {
1146 if (sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY &&
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgSurfaceData.java328 sg2d.compositeState <= sg2d.COMP_ISCOPY)
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImage.java450 if (sg.compositeState <= sg.COMP_ALPHA) {

Completed in 68 milliseconds