Searched refs:XforY (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurveLink.java84 return curve.XforY(ytop);
92 return curve.XforY(ybot);
100 return curve.XforY(ytop);
H A DOrder1.java102 public double XforY(double y) { method in class:Order1
171 xstart = XforY(ylo);
181 xend = XforY(yhi);
296 // (see shortcuts in Order1.XforY())
299 return orderof(XforY(y), c1.XforY(y));
H A DOrder0.java86 public double XforY(double y) { method in class:Order0
H A DCurve.java785 public abstract double XforY(double y); method in class:Curve
796 if (x < getXMax() && (x < getXMin() || x < XforY(y))) {
930 if (fairlyClose(this.XforY(y), that.XforY(y))) {
942 if (fairlyClose(this.XforY(newy), that.XforY(newy))) {
1018 System.out.println("final order = "+orderof(this.XforY(ymid),
1019 that.XforY(ymid)));
1023 System.out.println("final sx = "+this.XforY(ymid));
1024 System.out.println("final tx = "+that.XforY(ymi
[all...]
H A DOrder2.java242 public double XforY(double y) { method in class:Order2
H A DOrder3.java483 public double XforY(double y) { method in class:Order3

Completed in 59 milliseconds