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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c973 jint istartx, istarty, ilasty; local
991 ilasty = (jint) ceil(y1 - 0.5f);
993 if (istarty >= ilasty || istarty >= pd->hiy || ilasty <= pd->loy) {
1041 seg->lasty = ilasty;

Completed in 446 milliseconds