Home
last modified time | relevance | path

Searched refs:getRowBytes (Results 1 – 7 of 7) 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/support/v4/java/android/support/v4/graphics/
DBitmapCompat.java46 return bitmap.getRowBytes() * bitmap.getHeight(); in getAllocationByteCount()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java187 } else if (result.getRowBytes() != result.getWidth() * 4) { in convertBitmapToRGBA()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1194 public final int getRowBytes() { in getRowBytes() method in Bitmap
1210 return getRowBytes() * getHeight(); in getByteCount()
/frameworks/base/docs/html/training/volley/
Drequest.jd197 return value.getRowBytes() * value.getHeight();
/frameworks/base/api/
Dcurrent.txt10997 method public final int getRowBytes();
Dsystem-current.txt11334 method public final int getRowBytes();