Searched defs:isfill (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java127 public synchronized void doPolygon(SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints, boolean ispolygon, boolean isfill) { argument
151 void doShape(SunGraphics2D sg2d, OSXSurfaceData surfaceData, Shape shape, boolean isfill) { argument
H A DCRenderer.java73 native void doRect(SurfaceData sData, float x, float y, float width, float height, boolean isfill); argument
113 native void doRoundRect(SurfaceData sData, float x, float y, float width, float height, float arcW, float arcH, boolean isfill); argument
152 native void doOval(SurfaceData sData, float x, float y, float width, float height, boolean isfill); argument
191 native void doArc(SurfaceData sData, float x, float y, float width, float height, float angleStart, float angleExtent, int type, boolean isfill); argument
231 native void doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill); argument
267 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
611 doRect(SurfaceData sData, float x, float y, float width, float height, boolean isfill) argument
616 doRoundRect(SurfaceData sData, float x, float y, float width, float height, float arcW, float arcH, boolean isfill) argument
621 doOval(SurfaceData sData, float x, float y, float width, float height, boolean isfill) argument
626 doArc(SurfaceData sData, float x, float y, float width, float height, float angleStart, float angleExtent, int type, boolean isfill) argument
631 doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill) argument
636 doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset) argument
[all...]
H A DOSXSurfaceData.java993 public void doRect(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, boolean isfill) { argument
1003 public void doRoundRect(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, float arcW, float arcH, boolean isfill) { argument
1013 doOval(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, boolean isfill) argument
1023 doArc(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, float startAngle, float arcAngle, int type, boolean isfill) argument
1034 doPolygon(CRenderer renderer, SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints, boolean ispolygon, boolean isfill) argument
1067 drawfillShape(CRenderer renderer, SunGraphics2D sg2d, GeneralPath gp, boolean isfill, boolean shouldApplyOffset) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java263 void doShape(SunGraphics2D sg2d, Shape s, boolean isfill) { argument
258 doShape(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int transX, int transY, Path2D.Float p2df, boolean isfill) argument
430 doShape(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int transX, int transY, Path2D.Float p2df, boolean isfill) argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIRenderer.cpp701 Java_sun_java2d_windows_GDIRenderer_doShape(JNIEnv *env, jobject wr, jobject sData, jobject clip, jobject comp, jint color, jint transX, jint transY, jobject p2df, jboolean isfill) argument
/openjdk10/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java532 public static void test(AnnotatedRenderOp ar, boolean isfill) { argument

Completed in 163 milliseconds