Searched refs:testedBitmap (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 74 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, String testName, in dumpBitmaps() argument 83 testedBitmap.getPixels(idealArray, 0, width, 0, 0, width, height); in dumpBitmaps() 87 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps()
|