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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java441 int cxmin, int cymin, int cx2, int cy2)
450 if ((cxmax < cxmin) || (cymax < cymin)) {
455 if (x1 < cxmin || x1 > cxmax) {
483 if (x1 < cxmin) {
484 x1 = cxmin;
503 outcode1 = outcode(x1, y1, cxmin, cymin, cxmax, cymax);
504 outcode2 = outcode(x2, y2, cxmin, cymin, cxmax, cymax);
533 x1 = cxmin;
551 outcode1 = outcode(x1, y1, cxmin, cymin, cxmax, cymax);
577 x2 = cxmin;
440 adjustLine(int [] boundPts, int cxmin, int cymin, int cx2, int cy2) argument
[all...]

Completed in 32 milliseconds