Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java146 final Bitmap bm_org = bm_test.copy(Config.ARGB_8888, false); in testDrawWithoutSetBounds() local
152 if (!equalBitmaps(bm_test, bm_org)) { in testDrawWithoutSetBounds()
153 findBitmapDifferences(bm_test, bm_org); in testDrawWithoutSetBounds()
174 final Bitmap bm_org = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testDrawSetBounds() local
175 final Canvas can_org = new Canvas(bm_org); in testDrawSetBounds()
189 bm_org.compress(Bitmap.CompressFormat.PNG, 100, in testDrawSetBounds()
199 if (!equalBitmaps(bm_test, bm_org, region)) { in testDrawSetBounds()
200 findBitmapDifferences(bm_test, bm_org); in testDrawSetBounds()