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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesCache.java37 final int bboxX0, bboxY0, bboxX1, bboxY1; field in class:PiscesCache
66 bboxY1 = maxy + 1;
71 rowAARLE = new int[bboxY1 - bboxY0 + 1][INIT_ROW_SIZE];
114 // bboxX0, bboxY0, bboxX1, bboxY1);
132 assert y <= bboxY1; // perhaps this should be < instead of <=
174 bboxX1+", "+bboxY1+"]\n";

Completed in 22 milliseconds