Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColor_ColorLongTest.java80 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()
DBitmapColorSpaceTest.java299 int srgb = b.getPixel(15, 15); in verifyGetPixel() local
300 almostEqual(srgbColor, srgb, 3, 15 * b.getWidth() + 15); in verifyGetPixel()