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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2046 int scanLength = rasterP->width * 4; local
2049 if (!SAFE_TO_MULT(numLines, scanLength)) {
2053 nbytes = numLines * scanLength;
2059 nbytes = numLines * scanLength;

Completed in 4452 milliseconds