Searched refs:bm1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 1073 Bitmap bm1 = in testDecode10BitHEIFTo8BitBitmap() local 1076 assertNotNull(bm1); in testDecode10BitHEIFTo8BitBitmap() 1077 assertEquals(4096, bm1.getWidth()); in testDecode10BitHEIFTo8BitBitmap() 1078 assertEquals(3072, bm1.getHeight()); in testDecode10BitHEIFTo8BitBitmap() 1079 assertEquals(Config.RGBA_1010102, bm1.getConfig()); in testDecode10BitHEIFTo8BitBitmap() 1095 Bitmap bm1 = in testDecode10BitAVIFTo8BitBitmap() local 1098 assertNotNull(bm1); in testDecode10BitAVIFTo8BitBitmap() 1099 assertEquals(120, bm1.getWidth()); in testDecode10BitAVIFTo8BitBitmap() 1100 assertEquals(160, bm1.getHeight()); in testDecode10BitAVIFTo8BitBitmap() 1101 assertEquals(Config.RGBA_1010102, bm1.getConfig()); in testDecode10BitAVIFTo8BitBitmap() [all …]
|
D | BitmapTest.java | 1155 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetConfig() local 1160 assertEquals(Bitmap.Config.ARGB_8888, bm1.getConfig()); in testGetConfig() 1231 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetRowBytes() local 1236 assertEquals(400, bm1.getRowBytes()); in testGetRowBytes()
|
D | ImageDecoderTest.java | 2699 Bitmap bm1 = drawToBitmap(first); in testReuse() local 2701 assertTrue(BitmapUtils.compareBitmaps(bm1, bm2)); in testReuse()
|