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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionClipSpanIterator.java111 if (!lwm.nextYRange(rgnbox)) {
222 lwm.nextYRange(rgnbox);
232 if (!lwm.nextYRange(rgnbox))
259 boolean ok = row.nextYRange(rgnbox);
H A DRegionIterator.java74 public boolean nextYRange(int range[]) { method in class:RegionIterator
H A DRegionSpanIterator.java135 if (!ri.nextYRange(spanbox)) {
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c81 nextYRange(jint *box, jint *bands, jint endIndex, function
223 while (nextYRange(box, bands, endIndex, &curIndex, &numXbands)) {

Completed in 31 milliseconds