Searched refs:xcoeff0 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder2.java43 private double xcoeff0; field in class:Order2
182 xcoeff0 = x0;
345 return (xcoeff2 * t + xcoeff1) * t + xcoeff0;
355 return (xcoeff2 * t + xcoeff1) * t + xcoeff0;
H A DOrder3.java46 private double xcoeff0; field in class:Order3
248 xcoeff0 = x0;
494 return (((xcoeff3 * t) + xcoeff2) * t + xcoeff1) * t + xcoeff0;
504 return (((xcoeff3 * t) + xcoeff2) * t + xcoeff1) * t + xcoeff0;

Completed in 31 milliseconds