Searched refs:fillArc (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java54 public void fillArc(SunGraphics2D sg, method in interface:PixelFillPipe
H A DValidatePipe.java120 public void fillArc(SunGraphics2D sg, method in class:ValidatePipe
124 sg.fillpipe.fillArc(sg, x, y, width, height, startAngle, arcAngle);
H A DNullPipe.java84 public void fillArc(SunGraphics2D sg, method in class:NullPipe
H A DPixelToShapeConverter.java94 public void fillArc(SunGraphics2D sg, method in class:PixelToShapeConverter
H A DLoopPipe.java148 public void fillArc(SunGraphics2D sg2d, method in class:LoopPipe
H A DBufferedRenderPipe.java176 public void fillArc(SunGraphics2D sg2d, method in class:BufferedRenderPipe
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java199 g.fillArc(x, y, w, h, a1, a2);
209 g.fillArc(x, y, w, h, a1, 360 - progress);
259 g.fillArc(0, 0, r.width, r.height, 0, 45);
266 g.fillArc(0, 0, r.width, r.height, 90, -45);
273 g.fillArc(0, 0, r.width, r.height, 135, -45);
281 g.fillArc(0, 0, r.width, r.height, -225, 45);
288 g.fillArc(0, 0, r.width, r.height, 225, -45);
295 g.fillArc(0, 0, r.width, r.height, -135, 45);
302 g.fillArc(0, 0, r.width, r.height, -45, -45);
309 g.fillArc(
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java105 g.fillArc(w / 4, -h / 4 - 1, w / 2, h / 2, 180, 180);
107 g.fillArc(w / 4, 3 * h / 4, w / 2, h / 2, 0, 180);
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java183 public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java591 * @see java.awt.Graphics#fillArc
634 public void fillArc(int x, int y, int width, int height, method in class:ProxyGraphics
637 g.fillArc(x, y, width, height, startAngle, arcAngle);
H A DProxyGraphics2D.java611 * @see java.awt.Graphics#fillArc
648 public void fillArc(int x, int y, int width, int height, method in class:ProxyGraphics2D
650 mGraphics.fillArc(x, y, width, height, startAngle, arcAngle);
H A DPeekGraphics.java691 * @see java.awt.Graphics#fillArc
730 public void fillArc(int x, int y, int width, int height, method in class:PeekGraphics
H A DPathGraphics.java392 * @see java.awt.Graphics#fillArc
438 public void fillArc(int x, int y, int width, int height, method in class:PathGraphics
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics.java643 * @see java.awt.Graphics#fillArc
684 public abstract void fillArc(int x, int y, int width, int height, method in class:Graphics
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java220 public void fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) { method in class:CRenderer
221 fillArc(sg2d, x, y, width, height, startAngle, arcAngle, Arc2D.PIE);
224 public void fillArc(SunGraphics2D sg2d, float x, float y, float width, float height, float startAngle, float arcAngle, int type) { method in class:CRenderer
312 fillArc(sg2d, x, y, w, h, as, ae, arc.getArcType());
H A DCompositeCRenderer.java116 public synchronized void fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) { method in class:CompositeCRenderer
/openjdk7/jdk/test/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java347 sharedGraphics.fillArc(10, 10, 30, 30, 0, 90);
/openjdk7/jdk/src/share/demo/applets/ArcTest/
H A DArcTest.java48 * An interactive test of the Graphics.drawArc and Graphics.fillArc
104 + "fillArc routines. Can be run \neither as a standalone "
135 g.fillArc(0, 0, r.width - 1, r.height - 1, startAngle, extent);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java714 * Overrides <code>Graphics.fillArc</code>.
716 public void fillArc(int x, int y, int width, int height, method in class:DebugGraphics
731 debugGraphics.fillArc(x, y, width, height,
741 graphics.fillArc(x, y, width, height, startAngle, arcAngle);
747 graphics.fillArc(x, y, width, height, startAngle, arcAngle);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java167 public void fillArc(SunGraphics2D sg2d, method in class:XRRenderer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCheckboxPeer.java402 g.fillArc(x+1, y+1, w-1, h-1, 0, 360);
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java225 public void fillArc(SunGraphics2D sg2d, method in class:GDIRenderer
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java257 public void fillArc(SunGraphics2D sg2d, method in class:X11Renderer
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java2270 public void fillArc(int x, int y, int w, int h, method in class:SunGraphics2D
2273 fillpipe.fillArc(this, x, y, w, h, startAngl, arcAngl);
2277 fillpipe.fillArc(this, x, y, w, h, startAngl, arcAngl);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java874 g.fillArc(x, y, w, h, start_angle, extent_angle);

Completed in 85 milliseconds