Searched refs:getRowBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java39 assertEquals("rowbytes", 400, bm1.getRowBytes());
40 assertEquals("rowbytes", 200, bm2.getRowBytes());
41 assertEquals("rowbytes", 200, bm3.getRowBytes());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java188 } else if (result.getRowBytes() != result.getWidth() * 4) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1139 public final int getRowBytes() { method in class:Bitmap
1152 return getRowBytes() * getHeight();

Completed in 115 milliseconds