Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java65 static final Bitmap sScalingRedA8; field in GainmapTest
69 sScalingRedA8 = Bitmap.createBitmap(new int[] {
75 sScalingRedA8.setGainmap(new Gainmap(Bitmap.createBitmap(new int[] { in sScalingRedA8.setGainmap()
485 assertTrue(sScalingRedA8.compress(Bitmap.CompressFormat.JPEG, 100, stream)); in testCompressA8ByImageDecoder()
494 Bitmap sourceImage = sScalingRedA8.getGainmap().getGainmapContents(); in testCompressA8ByImageDecoder()
507 assertTrue(sScalingRedA8.compress(Bitmap.CompressFormat.JPEG, 100, stream)); in testCompressA8ByBitmapRegionDecoder()
514 Bitmap sourceImage = sScalingRedA8.getGainmap().getGainmapContents(); in testCompressA8ByBitmapRegionDecoder()
526 assertTrue(sScalingRedA8.compress(Bitmap.CompressFormat.JPEG, 100, stream)); in testCompressA8ByBitmapFactory()
532 Bitmap sourceImage = sScalingRedA8.getGainmap().getGainmapContents(); in testCompressA8ByBitmapFactory()