Searched refs:srgb (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Color_ColorLongTest.java | 80 ColorSpace srgb = ColorSpace.get(Named.SRGB); in testColorSpace() local 83 assertEquals(srgb, colorSpace(pack(0.5f, 0.7f, 1.0f))); in testColorSpace() 264 ColorSpace srgb = ColorSpace.get(Named.SRGB); in testPackSrgb() local 268 long color3 = pack(0.5f, 0.0f, 1.0f, 1.0f, srgb); in testPackSrgb()
|
D | BitmapColorSpaceTest.java | 303 int srgb = b.getPixel(15, 15); in verifyGetPixel() local 304 almostEqual(srgbColor, srgb, 3, 15 * b.getWidth() + 15); in verifyGetPixel()
|