Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
1301 int lastScanline = offset + (height - 1) * stride; in createBitmap() local1303 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()1304 (lastScanline + width > length)) { in createBitmap()2263 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local2266 || lastScanline < 0 in checkPixelsAccess()2267 || (lastScanline + width > length)) { in checkPixelsAccess()
199 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local201 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()202 || (lastScanline + width > length)) { in drawBitmap()
155 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local157 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()158 || (lastScanline + width > length)) { in drawBitmap()