Searched defs:arcWidth (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelDrawPipe.java51 int arcWidth, int arcHeight);
49 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DPixelFillPipe.java49 int arcWidth, int arcHeight);
47 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DLoopPipe.java78 int arcWidth, int arcHeight)
82 arcWidth, arcHeight));
135 int arcWidth, int arcHeight)
139 arcWidth, arcHeight));
76 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
133 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DNullPipe.java63 int arcWidth, int arcHeight) {
68 int arcWidth, int arcHeight) {
61 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
66 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DBufferedRenderPipe.java141 int arcWidth, int arcHeight)
144 arcWidth, arcHeight));
149 int arcWidth, int arcHeight)
152 arcWidth, arcHeight));
139 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
147 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DValidatePipe.java82 int arcWidth, int arcHeight) {
85 arcWidth, arcHeight);
91 int arcWidth, int arcHeight) {
94 arcWidth, arcHeight);
80 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
89 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectangle2D.java485 * @param arcWidth the width to which to set the arc of this
492 double arcWidth, double arcHeight);
491 setRoundRect(double x, double y, double w, double h, double arcWidth, double arcHeight) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java138 int arcWidth, int arcHeight) {
140 arcWidth, arcHeight));
145 int arcWidth, int arcHeight) {
147 arcWidth, arcHeight));
136 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
143 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics.java480 * @param arcWidth the horizontal diameter of the arc
487 int arcWidth, int arcHeight);
499 * @param arcWidth the horizontal diameter
506 int arcWidth, int arcHeight);
486 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
505 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java66 public synchronized void drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
68 roundrectangle.setRoundRect(x, y, width, height, arcWidth, arcHeight);
102 public synchronized void fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
104 roundrectangle.setRoundRect(x, y, width, height, arcWidth, arcHeight);
H A DCRenderer.java115 public void drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
116 drawRoundRect(sg2d, (float) x, (float) y, (float) width, (float) height, (float) arcWidth, (float) arcHeight);
121 public void drawRoundRect(SunGraphics2D sg2d, float x, float y, float width, float height, float arcWidth, float arcHeight) { argument
126 surfaceData.doRoundRect(this, sg2d, x, y, width, height, arcWidth, arcHeight, false);
136 roundrectToShape.setRoundRect(x, y, width, height, arcWidth, arcHeight);
142 public void fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
143 fillRoundRect(sg2d, (float) x, (float) y, (float) width, (float) height, (float) arcWidth, (float) arcHeight);
146 public void fillRoundRect(SunGraphics2D sg2d, float x, float y, float width, float height, float arcWidth, float arcHeight) { argument
149 surfaceData.doRoundRect(this, sg2d, x, y, width, height, arcWidth, arcHeight, true);
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java90 int arcWidth, int arcHeight)
96 arcWidth, arcHeight);
192 int arcWidth, int arcHeight)
198 arcWidth, arcHeight);
88 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
190 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java163 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
167 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java119 int arcWidth, int arcHeight)
126 arcWidth, arcHeight);
224 int arcWidth, int arcHeight)
231 arcWidth, arcHeight);
117 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
222 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java444 * @param arcWidth the horizontal diameter of the arc
451 int arcWidth, int arcHeight) {
452 g.drawRoundRect(x, y, width, height, arcWidth, arcHeight);
465 * @param arcWidth the horizontal diameter
472 int arcWidth, int arcHeight) {
473 g.fillRoundRect(x, y, width, height, arcWidth, arcHeight);
450 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
471 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DPathGraphics.java280 * @param arcWidth the horizontal diameter of the arc
287 int arcWidth, int arcHeight) {
291 arcWidth, arcHeight));
305 * @param arcWidth the horizontal diameter
312 int arcWidth, int arcHeight) {
316 arcWidth, arcHeight));
286 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
311 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DPeekGraphics.java583 * @param arcWidth the horizontal diameter of the arc
591 int arcWidth, int arcHeight) {
592 addStrokeShape(new RoundRectangle2D.Float(x, y, width, height, arcWidth, arcHeight));
607 * @param arcWidth the horizontal diameter
615 int arcWidth, int arcHeight) {
590 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
614 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
H A DProxyGraphics2D.java512 * @param arcWidth the horizontal diameter of the arc
520 int arcWidth, int arcHeight) {
521 mGraphics.drawRoundRect(x, y, width, height, arcWidth, arcHeight);
534 * @param arcWidth the horizontal diameter
542 int arcWidth, int arcHeight) {
543 mGraphics.fillRoundRect(x, y, width, height, arcWidth, arcHeight);
519 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
541 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java434 int arcWidth, int arcHeight) {
441 " arcWidth: " + arcWidth +
449 arcWidth, arcHeight);
459 arcWidth, arcHeight);
465 graphics.drawRoundRect(x, y, width, height, arcWidth, arcHeight);
472 int arcWidth, int arcHeight) {
479 " arcWidth: " + arcWidth +
487 arcWidth, arcHeigh
433 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
471 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
[all...]

Completed in 290 milliseconds