Searched refs:getRowBytes (Results 1 – 4 of 4) 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()
188 } else if (result.getRowBytes() != result.getWidth() * 4) { in convertBitmapToRGBA()
1152 public final int getRowBytes() { in getRowBytes() method in Bitmap1165 return getRowBytes() * getHeight(); in getByteCount()
8923 method public final int getRowBytes();