Searched refs:istarty (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
989 istarty = (jint) ceil(y0 - 0.5f);
993 if (istarty >= ilasty || istarty >= pd->hiy || ilasty <= pd->loy) {
1019 * The Y coordinate of the first HPC was calculated as istarty. We
1025 ystartbump = istarty + 0.5f - y0;
1040 seg->cury = istarty;

Completed in 33 milliseconds