Searched defs:fillArc (Results 1 - 19 of 19) 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 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 DNullPipe.java84 public void fillArc(SunGraphics2D sg, method in class:NullPipe
H A DBufferedRenderPipe.java176 public void fillArc(SunGraphics2D sg2d, method in class:BufferedRenderPipe
H A DValidatePipe.java120 public void fillArc(SunGraphics2D sg, method in class:ValidatePipe
124 sg.fillpipe.fillArc(sg, 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/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 DCompositeCRenderer.java116 public synchronized void fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) { method in class:CompositeCRenderer
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());
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java225 public void fillArc(SunGraphics2D sg2d, method in class:GDIRenderer
/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/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java257 public void fillArc(SunGraphics2D sg2d, method in class:X11Renderer
/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 DPathGraphics.java392 * @see java.awt.Graphics#fillArc
438 public void fillArc(int x, int y, int width, int height, method in class:PathGraphics
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 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);
/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/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);

Completed in 275 milliseconds