Searched defs:bumpx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c51 jint bumpx; member in struct:__anon932
976 jint bumpx, bumperr, error; local
1032 bumpx = (jint) floor(slope);
1033 /* What is the subpixel amount by which the bumpx is off? */
1043 seg->bumpx = bumpx;
1362 x0 += seg->bumpx;
1370 x0 += (jint) (steps * seg->bumpx);

Completed in 26 milliseconds