Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance
876 int lastScanline = offset + (height - 1) * stride; in createBitmap() local878 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()879 (lastScanline + width > length)) { in createBitmap()1395 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local1398 || lastScanline < 0 in checkPixelsAccess()1399 || (lastScanline + width > length)) { in checkPixelsAccess()
1473 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local1475 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()1476 || (lastScanline + width > length)) { in drawBitmap()
658 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local661 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in drawBitmap()662 (lastScanline + width > length)) { in drawBitmap()