Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
678 int lastScanline = offset + (height - 1) * stride; in createBitmap() local680 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()681 (lastScanline + width > length)) { in createBitmap()1022 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local1025 || lastScanline < 0 in checkPixelsAccess()1026 || (lastScanline + width > length)) { in checkPixelsAccess()
1163 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local1165 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()1166 || (lastScanline + width > length)) { in drawBitmap()
849 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local852 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in drawBitmap()853 (lastScanline + width > length)) { in drawBitmap()