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

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder0.java37 super(INCREASING);
H A DOrder2.java69 int i0 = (direction == INCREASING)? 0 : 4;
219 return (direction == INCREASING) ? x0 : x1;
223 return (direction == INCREASING) ? y0 : y1;
440 if (direction == INCREASING) {
H A DOrder1.java87 return (direction == INCREASING) ? x0 : x1;
91 return (direction == INCREASING) ? y0 : y1;
303 if (direction == INCREASING) {
H A DOrder3.java100 if (direction == INCREASING) {
288 return (direction == INCREASING) ? x0 : x1;
292 return (direction == INCREASING) ? y0 : y1;
296 return (direction == INCREASING) ? cx0 : cx1;
300 return (direction == INCREASING) ? cy0 : cy1;
612 if (direction == INCREASING) {
H A DCurve.java36 public static final int INCREASING = 1; field in class:Curve
52 INCREASING));
81 INCREASING);
106 INCREASING);
762 (direction == INCREASING ? "D" : "U")+

Completed in 39 milliseconds