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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionClipSpanIterator.java84 int rgnbox[] = new int[4]; field in class:RegionClipSpanIterator
111 if (!lwm.nextYRange(rgnbox)) {
116 rgnloy = lwmloy = rgnbox[1];
117 rgnhiy = lwmhiy = rgnbox[3];
119 rgn.getBounds(rgnbox);
120 rgnbndslox = rgnbox[0];
121 rgnbndsloy = rgnbox[1];
122 rgnbndshix = rgnbox[2];
123 rgnbndshiy = rgnbox[3];
144 int[] rgnbox
[all...]

Completed in 29 milliseconds