Searched refs:compState (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c357 if (oglc->compState == sun_java2d_SunGraphics2D_COMP_ALPHA) {
359 } else if (oglc->compState == sun_java2d_SunGraphics2D_COMP_XOR) {
365 oglc->compState = sun_java2d_SunGraphics2D_COMP_ISCOPY;
385 if (oglc->compState == sun_java2d_SunGraphics2D_COMP_XOR) {
410 oglc->compState = sun_java2d_SunGraphics2D_COMP_ALPHA;
429 if (oglc->compState == sun_java2d_SunGraphics2D_COMP_ALPHA) {
443 oglc->compState = sun_java2d_SunGraphics2D_COMP_XOR;
H A DOGLContext.h74 jint compState; member in struct:__anon927
H A DOGLPaints.c120 if (oglc->compState != sun_java2d_SunGraphics2D_COMP_XOR) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java641 int compState, Composite comp,
644 return getGC(clip, compState, comp, pixel, validatedExposures);
653 int compState, Composite comp,
676 if (compState == SunGraphics2D.COMP_ISCOPY) {
640 getRenderGC(Region clip, int compState, Composite comp, int pixel) argument
652 getGC(Region clip, int compState, Composite comp, int pixel, boolean needExposures) argument

Completed in 59 milliseconds