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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionSpanIterator.java42 int curloy, curhiy; field in class:RegionSpanIterator
131 int curhiy = this.curhiy;
141 curhiy = spanbox[3];
145 if (curhiy > hiy) {
146 curhiy = hiy;
165 if (curlox < curhix && curloy < curhiy) {
174 spanbox[3] = this.curhiy = curhiy;

Completed in 38 milliseconds