Searched defs:shouldApplyOffset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java267 native void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset); argument
269 void drawfillShape(SunGraphics2D sg2d, Shape s, boolean isfill, boolean shouldApplyOffset) { argument
358 surfaceData.drawfillShape(this, sg2d, gp, isfill, shouldApplyOffset);
372 surfaceData.drawfillShape(this, sg2d, gp, isfill, shouldApplyOffset);
636 void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset) { argument
638 super.doShape(sData, length, coordinates, types, windingRule, isfill, shouldApplyOffset);
H A DOSXSurfaceData.java985 public void drawfillShape(CRenderer renderer, SunGraphics2D sg2d, GeneralPath gp, boolean isfill, boolean shouldApplyOffset) { argument
1007 renderer.doShape(this, shapeLength, shapeCoordinatesArray, shapeTypesArray, windingRule, isfill, shouldApplyOffset);

Completed in 39 milliseconds