Home
last modified time | relevance | path

Searched defs:lastScanline (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmap.java943 int lastScanline = offset + (height - 1) * stride; in createBitmap() local
1487 int lastScanline = offset + (height - 1) * stride; in checkPixelsAccess() local
DCanvas.java1472 int lastScanline = offset + (height - 1) * stride; in drawBitmap() local