Home
last modified time | relevance | path

Searched refs:getRowBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java39 assertEquals("rowbytes", 400, bm1.getRowBytes()); in testBasic()
40 assertEquals("rowbytes", 200, bm2.getRowBytes()); in testBasic()
41 assertEquals("rowbytes", 200, bm3.getRowBytes()); in testBasic()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java188 } else if (result.getRowBytes() != result.getWidth() * 4) { in convertBitmapToRGBA()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1152 public final int getRowBytes() { in getRowBytes() method in Bitmap
1165 return getRowBytes() * getHeight(); in getByteCount()
/frameworks/base/api/
Dcurrent.txt8923 method public final int getRowBytes();