Searched refs:doShape (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java258 native void doShape(GDIWindowSurfaceData sData, method in class:GDIRenderer
263 void doShape(SunGraphics2D sg2d, Shape s, boolean isfill) { method in class:GDIRenderer
281 doShape((GDIWindowSurfaceData)sg2d.surfaceData,
292 // method that could be filled by the doShape method more quickly.
312 doShape(sg2d, s, false);
321 doShape(sg2d, sg2d.stroke.createStrokedShape(s), true);
326 doShape(sg2d, s, true);
430 void doShape(GDIWindowSurfaceData sData, method in class:GDIRenderer.Tracer
438 super.doShape(sData, clip, comp, color,
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java140 doShape(sg2d, (OSXSurfaceData) sg2d.getSurfaceData(), (Shape) gp, isfill);
144 doShape(sg2d, (OSXSurfaceData) sg2d.getSurfaceData(), shape, false);
148 doShape(sg2d, (OSXSurfaceData) sg2d.getSurfaceData(), shape, true);
151 void doShape(SunGraphics2D sg2d, OSXSurfaceData surfaceData, Shape shape, boolean isfill) { method in class:CompositeCRenderer
H A DCRenderer.java267 native void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset); method in class:CRenderer
636 void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset) { method in class:CRenderer.Tracer
638 super.doShape(sData, length, coordinates, types, windingRule, isfill, shouldApplyOffset);
H A DOSXSurfaceData.java1007 renderer.doShape(this, shapeLength, shapeCoordinatesArray, shapeTypesArray, windingRule, isfill, shouldApplyOffset);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m489 SDRenderType doShape(QuartzSDOps *qsdo, jint *types, jfloat *coords, jint numtypes, BOOL fill, BOOL shouldApplyOffset)
491 PRINT(" doShape")
748 * Method: doShape
764 doShape(qsdo, types, coordinates, length, isfill, shouldApplyOffset);

Completed in 2318 milliseconds