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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c49 mlib_s32 shiftx,
384 sdx = (mlib_s32) (a2 * div * (1 << shiftx));
429 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx));
430 x_s = xs >> shiftx;
436 xs = (xCl << shiftx);
438 xs = ((wCl << shiftx) - 1);
446 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx;
515 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx));
516 x_s = xs >> shiftx;
519 xs = (xCl << shiftx);
38 mlib_AffineEdges(mlib_affine_param *param, const mlib_image *dst, const mlib_image *src, void *buff_lcl, mlib_s32 buff_size, mlib_s32 kw, mlib_s32 kh, mlib_s32 kw1, mlib_s32 kh1, mlib_edge edge, const mlib_d64 *mtx, mlib_s32 shiftx, mlib_s32 shifty) argument
[all...]

Completed in 32 milliseconds