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.java86 private static final int PREMUL_COLOR = Color.argb(2, 255, 254, 253); field in BitmapTest
1730 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData()
1738 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData()
1739 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedData()
1742 int testArray[] = new int[] { PREMUL_COLOR }; in testSetPremultipliedData()
1745 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedData()
1778 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedToBuffer()
1792 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedFromBuffer()
1798 assertEquals(bitmap.getPixel(0, 0), PREMUL_COLOR); in testSetPremultipliedFromBuffer()