Searched refs:getArcHeight (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectangle2D.java175 public double getArcHeight() { method in class:RoundRectangle2D.Float
242 this.archeight = (float) rr.getArcHeight();
388 public double getArcHeight() { method in class:RoundRectangle2D.Double
425 this.archeight = rr.getArcHeight();
470 public abstract double getArcHeight(); method in class:RoundRectangle2D
502 rr.getArcWidth(), rr.getArcHeight());
510 setRoundRect(x, y, w, h, getArcWidth(), getArcHeight());
530 double ah = Math.min(getHeight(), Math.abs(getArcHeight())) / 2.0;
577 double ah = Math.min(getHeight(), Math.abs(getArcHeight())) / 2.0;
648 bits += java.lang.Double.doubleToLongBits(getArcHeight()) * 5
[all...]
H A DRoundRectIterator.java47 this.ah = Math.min(h, Math.abs(rr.getArcHeight()));
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java324 float ah = (float) roundrect.getArcHeight();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java1986 public double getArcHeight() { method in class:Metacity.RoundRectClipShape
2082 this.ah = Math.min(h, Math.abs(rr.getArcHeight()));

Completed in 31 milliseconds