Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
874 int lastScanline = offset + (height - 1) * stride; in createBitmap() local876 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()877 (lastScanline + width > length)) { in createBitmap()1382 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local1385 || lastScanline < 0 in checkPixelsAccess()1386 || (lastScanline + width > length)) { in checkPixelsAccess()
1237 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local1239 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()1240 || (lastScanline + width > length)) { in drawBitmap()
915 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local918 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in drawBitmap()919 (lastScanline + width > length)) { in drawBitmap()