Searched refs:getRowBytes (Results 1 – 8 of 8) sorted by relevance
40 assertEquals("rowbytes", 400, bm1.getRowBytes()); in testBasic()41 assertEquals("rowbytes", 200, bm2.getRowBytes()); in testBasic()42 assertEquals("rowbytes", 400, bm3.getRowBytes()); in testBasic()
187 } else if (result.getRowBytes() != result.getWidth() * 4) { in convertBitmapToRGBA()
1414 public final int getRowBytes() { in getRowBytes() method in Bitmap1435 return getRowBytes() * getHeight(); in getByteCount()
10451 method public final int getRowBytes();
12556 method public final int getRowBytes();
12645 method public final int getRowBytes();
13288 method public final int getRowBytes();
21321 HSPLandroid/graphics/Bitmap;->getRowBytes()I