Searched refs:ctxflags (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DMaskFill.java68 Composite comp, int ctxflags)
73 null, sg2d.paint, sg2d, ctxflags);
67 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
H A DD3DRenderer.java48 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 DD3DBlitLoops.java237 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 DOGLMaskFill.java68 Composite comp, int ctxflags)
73 null, sg2d.paint, sg2d, ctxflags);
67 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
H A DOGLRenderer.java47 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 DOGLBlitLoops.java248 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 DBufferedMaskFill.java152 Composite comp, int ctxflags);
151 validateContext(SunGraphics2D sg2d, Composite comp, int ctxflags) argument
H A DBufferedPaints.java52 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