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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java1237 res[0] = bisectRootWithHint(eqn, x0, x1, res[0]);
1239 res[0] = bisectRootWithHint(eqn, x1, xe, res[2]);
1245 res[0] = bisectRootWithHint(eqn, x0, xe, res[1]);
1306 private static double bisectRootWithHint(double[] eqn, double x0, double xe, double hint) { method in class:CubicCurve2D

Completed in 38 milliseconds