Searched refs:fillPolygon (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java245 public void fillPolygon(SunGraphics2D sg2d, method in class:GDIRenderer
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java241 g.fillPolygon(p);
H A DPlotter.java644 g.fillPolygon(new int[] { x+2, x+6, x+6 },
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java260 public void fillPolygon(SunGraphics2D sg2d, method in class:BufferedRenderPipe
574 // delegate to fillPolygon() here, but most hardware accelerated
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java781 * @see java.awt.Graphics#fillPolygon
816 public void fillPolygon(int xPoints[], int yPoints[], method in class:PeekGraphics
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java2322 public void fillPolygon(int xPoints[], int yPoints[], int nPoints) { method in class:SunGraphics2D
2324 fillpipe.fillPolygon(this, xPoints, yPoints, nPoints);
2328 fillpipe.fillPolygon(this, xPoints, yPoints, nPoints);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java663 g.fillPolygon(flagXPoints, flagYPoints, 3);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java262 public void fillPolygon(SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints) { method in class:CRenderer
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java313 graphics.fillPolygon(new int[]{x, x + 5, x + 2}, new int[]{y, y, y + 3}, 3);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java754 g.fillPolygon(hexaX, hexaY, 6);

Completed in 355 milliseconds

12