Searched refs:idealBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 44 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, in dumpBitmaps() argument 48 int width = idealBitmap.getWidth(); in dumpBitmaps() 49 int height = idealBitmap.getHeight(); in dumpBitmaps() 52 idealBitmap.getPixels(testedArray, 0, width, 0, 0, width, height); in dumpBitmaps() 59 dumpBitmap(idealBitmap, TYPE_IDEAL_RENDERING); in dumpBitmaps()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 73 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, String testName, in dumpBitmaps() argument 77 int width = idealBitmap.getWidth(); in dumpBitmaps() 78 int height = idealBitmap.getHeight(); in dumpBitmaps() 81 idealBitmap.getPixels(testedArray, 0, width, 0, 0, width, height); in dumpBitmaps() 88 saveFile(className, testName, IDEAL_RENDERING_FILE_NAME, idealBitmap); in dumpBitmaps()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 219 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer() local 223 mBitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, bitmapComparer, in runWithComparer()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 241 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer() local 246 BitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, in runWithComparer()
|