Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java83 private static final int PREMUL_COLOR = Color.argb(2, 255, 254, 253); field in BitmapTest
1666 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData()
1674 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData()
1675 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedData()
1678 int testArray[] = new int[] { PREMUL_COLOR }; in testSetPremultipliedData()
1681 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedData()
1714 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedToBuffer()
1728 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedFromBuffer()
1734 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedFromBuffer()