Home
last modified time | relevance | path

Searched refs:idealBitmap (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java44 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/
DBitmapDumper.java73 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/
DActivityTestBase.java219 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/
DActivityTestBase.java241 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer() local
246 BitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, in runWithComparer()