Lines Matching refs:lastScanline
1237 int lastScanline = offset + (height - 1) * stride;1239 if (offset < 0 || (offset + width > length) || lastScanline < 01240 || (lastScanline + width > length)) {