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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c54 mlib_s32 srcWidth, dstWidth, srcHeight, dstHeight, srcYStride, dstYStride; local
81 dstHeight = mlib_ImageGetHeight(dst);
96 bsize0 = (dstHeight * sizeof(mlib_s32) + 7) & ~7;
236 if (top >= dstHeight) {
301 if (y2 >= dstHeight)
302 y2 = (mlib_s32) (dstHeight - 1);
341 if (y2 >= dstHeight)
342 y2 = (mlib_s32) (dstHeight - 1);

Completed in 22 milliseconds