Searched defs:rymax (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurve.java379 double rxmax, double rymax)
381 if (rxmax <= rxmin || rymax <= rymin) {
403 rxmax, rymax,
417 rxmax, rymax,
428 rxmax, rymax,
440 rxmax, rymax,
452 rxmax, rymax,
467 rxmax, rymax,
483 double rxmax, double rymax,
487 if (y0 >= rymax
377 rectCrossingsForPath(PathIterator pi, double rxmin, double rymin, double rxmax, double rymax) argument
481 rectCrossingsForLine(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double x1, double y1) argument
555 rectCrossingsForQuad(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double xc, double yc, double x1, double y1, int level) argument
631 rectCrossingsForCubic(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double xc0, double yc0, double xc1, double yc1, double x1, double y1, int level) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java142 double rxmax, double rymax);
551 double rxmax, double rymax)
569 rxmax, rymax,
582 rxmax, rymax,
593 rxmax, rymax,
607 rxmax, rymax,
624 rxmax, rymax,
641 rxmax, rymax,
1275 double rxmax, double rymax)
1293 rxmax, rymax,
141 rectCrossings(double rxmin, double rymin, double rxmax, double rymax) argument
550 rectCrossings(double rxmin, double rymin, double rxmax, double rymax) argument
1274 rectCrossings(double rxmin, double rymin, double rxmax, double rymax) argument
[all...]

Completed in 34 milliseconds