Searched refs:ctxflags (Results 1 - 8 of 8) sorted by relevance
| /openjdk7/jdk/src/windows/classes/sun/java2d/d3d/ |
| H A D | D3DMaskFill.java | 68 Composite comp, int ctxflags) 73 null, sg2d.paint, sg2d, ctxflags); 67 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
|
| H A D | D3DRenderer.java | 48 int ctxflags = 59 null, sg2d.paint, sg2d, ctxflags); 64 int ctxflags = D3DContext.NO_CONTEXT_FLAGS; 73 null, sg2d.paint, sg2d, ctxflags); 81 int ctxflags = 92 null, null, null, ctxflags);
|
| H A D | D3DBlitLoops.java | 237 int ctxflags = 0; 239 ctxflags |= D3DContext.SRC_IS_OPAQUE; 258 ctxflags); 301 int ctxflags = 0; 303 ctxflags |= D3DContext.SRC_IS_OPAQUE; 325 ctxflags);
|
| /openjdk7/jdk/src/share/classes/sun/java2d/opengl/ |
| H A D | OGLMaskFill.java | 68 Composite comp, int ctxflags) 73 null, sg2d.paint, sg2d, ctxflags); 67 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
|
| H A D | OGLRenderer.java | 47 int ctxflags = 58 null, sg2d.paint, sg2d, ctxflags); 63 int ctxflags = OGLContext.NO_CONTEXT_FLAGS; 72 null, sg2d.paint, sg2d, ctxflags); 80 int ctxflags = 91 null, null, null, ctxflags);
|
| H A D | OGLBlitLoops.java | 248 int ctxflags = 0; 250 ctxflags |= OGLContext.SRC_IS_OPAQUE; 270 ctxflags); 305 int ctxflags = 0; 307 ctxflags |= OGLContext.SRC_IS_OPAQUE; 338 ctxflags);
|
| /openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
| H A D | BufferedMaskFill.java | 152 Composite comp, int ctxflags); 151 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
|
| H A D | BufferedPaints.java | 52 Paint paint, int ctxflags) 57 boolean useMask = (ctxflags & BufferedContext.USE_MASK) != 0; 51 setPaint(RenderQueue rq, SunGraphics2D sg2d, Paint paint, int ctxflags) argument
|
Completed in 57 milliseconds