Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java101 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in createWithColorSpace() local
104 extendedSrgb, in createWithColorSpace()
110 assertSame(extendedSrgb, cs); in createWithColorSpace()
1166 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in testProPhoto() local
1168 Color expected = blue.convert(extendedSrgb); in testProPhoto()
1173 Bitmap.Config.RGBA_F16, true, extendedSrgb); in testProPhoto()