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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c1022 mlib_s32 cx, y_step = -1, tmp0, tmp1, tmp2, tmp3, x_max; local
1028 x_max = (param->sline_size) << MLIB_SHIFT;
1056 cx = ((x >> (MLIB_SHIFT - 3)) & ~7) & ((x - x_max) >> 31);
1070 cx = ((x >> (MLIB_SHIFT - 3)) & ~7) & ((x - x_max) >> 31);
1074 cx = ((x >> (MLIB_SHIFT - 3)) & ~7) & ((x - x_max) >> 31);

Completed in 25 milliseconds