Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
1192 int lastScanline = offset + (height - 1) * stride; in createBitmap() local1194 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()1195 (lastScanline + width > length)) { in createBitmap()1994 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local1997 || lastScanline < 0 in checkPixelsAccess()1998 || (lastScanline + width > length)) { in checkPixelsAccess()
191 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local193 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()194 || (lastScanline + width > length)) { in drawBitmap()
149 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local151 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()152 || (lastScanline + width > length)) { in drawBitmap()