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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c366 mlib_s32 hCl = (mlib_s32) (hClip + delta); local
372 * mlib_s32 hCl = (mlib_s32)(hClip);
379 hCl = (mlib_s32) (srcHeight - ((kh - 1) - kh1));
442 else if (y_s >= hCl)
443 ys = ((hCl << shifty) - 1);
456 if ((y_e < yCl) || (y_e >= hCl)) {
528 else if (y_s >= hCl)
529 ys = ((hCl << shifty) - 1);
542 if ((y_e < yCl) || (y_e >= hCl)) {

Completed in 23 milliseconds