Searched refs:getRowBytes (Results 1 – 7 of 7) sorted by relevance
39 assertEquals("rowbytes", 400, bm1.getRowBytes()); in testBasic()40 assertEquals("rowbytes", 200, bm2.getRowBytes()); in testBasic()41 assertEquals("rowbytes", 200, bm3.getRowBytes()); in testBasic()
46 return bitmap.getRowBytes() * bitmap.getHeight(); in getAllocationByteCount()
187 } else if (result.getRowBytes() != result.getWidth() * 4) { in convertBitmapToRGBA()
1194 public final int getRowBytes() { in getRowBytes() method in Bitmap1210 return getRowBytes() * getHeight(); in getByteCount()
197 return value.getRowBytes() * value.getHeight();
10997 method public final int getRowBytes();
11334 method public final int getRowBytes();