Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1301 int lastScanline = offset + (height - 1) * stride; in createBitmap() local
1303 if (offset < 0 || (offset + width > length) || lastScanline < 0 || in createBitmap()
1304 (lastScanline + width > length)) { in createBitmap()
2263 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local
2266 || lastScanline < 0 in checkPixelsAccess()
2267 || (lastScanline + width > length)) { in checkPixelsAccess()
DBaseCanvas.java199 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local
201 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()
202 || (lastScanline + width > length)) { in drawBitmap()
DBaseRecordingCanvas.java155 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local
157 if (offset < 0 || (offset + width > length) || lastScanline < 0 in drawBitmap()
158 || (lastScanline + width > length)) { in drawBitmap()