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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1012 jint incStepBnd1 = DF_CUB_INC_BND; local
1074 incStepBnd1 <<=3;
1087 * abs(dpx) <= incStepBnd1 &&
1088 * abs(dpy) <= incStepBnd1
1090 (juint)(dpx + incStepBnd1) <= (juint)incStepBnd2 &&
1091 (juint)(dpy + incStepBnd1) <= (juint)incStepBnd2)
1100 incStepBnd1 >>=3;

Completed in 27 milliseconds