Searched refs:YforT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder0.java98 public double YforT(double t) { method in class:Order0
H A DCurve.java788 public abstract double YforT(double t); method in class:Curve
900 double ys0 = this.YforT(s0);
903 ys0 = this.YforT(s0);
906 if (this.YforT(s1) < y0) {
907 s1 = refineTforY(s1, this.YforT(s1), y0);
911 double yt0 = that.YforT(t0);
914 yt0 = that.YforT(t0);
917 if (that.YforT(t1) < y0) {
918 t1 = that.refineTforY(t1, that.YforT(t1), y0);
968 double ysh = this.YforT(s
[all...]
H A DOrder3.java388 double yt = YforT(t);
415 double y = YforT(t);
447 y = YforT(t);
458 y = YforT(t);
470 double ylow = YforT(tlow);
472 double yhi = YforT(thi);
497 public double YforT(double t) { method in class:Order3
549 r.add(XforT(t), YforT(t));
H A DOrder2.java348 public double YforT(double t) { method in class:Order2
390 r.add(XforT(t), YforT(t));
H A DOrder1.java127 public double YforT(double t) { method in class:Order1

Completed in 339 milliseconds