Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
1098 int lastScanline = offset + (height - 1) * stride; in createBitmap() local1100 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()1101 (lastScanline + width > length)) { in createBitmap()1701 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local1704 || lastScanline < 0 in checkPixelsAccess()1705 || (lastScanline + width > length)) { in checkPixelsAccess()
180 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local182 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()183 || (lastScanline + width > length)) { in drawBitmap()
158 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local160 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()161 || (lastScanline + width > length)) { in drawBitmap()