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

/frameworks/support/v4/java/android/support/v4/graphics/
H A DBitmapCompat.java46 return bitmap.getRowBytes() * bitmap.getHeight();
/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.java187 } else if (result.getRowBytes() != result.getWidth() * 4) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1165 public final int getRowBytes() { method in class:Bitmap
1178 return getRowBytes() * getHeight();

Completed in 691 milliseconds