Home
last modified time | relevance | path

Searched refs:lastScanline (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1192 int lastScanline = offset + (height - 1) * stride; in createBitmap() local
1194 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() local
1997 || lastScanline < 0 in checkPixelsAccess()
1998 || (lastScanline + width > length)) { in checkPixelsAccess()
DBaseCanvas.java191 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local
193 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()
194 || (lastScanline + width > length)) { in drawBitmap()
DBaseRecordingCanvas.java149 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local
151 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()
152 || (lastScanline + width > length)) { in drawBitmap()