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.java102 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in createWithColorSpace() local
105 extendedSrgb, in createWithColorSpace()
111 assertSame(extendedSrgb, cs); in createWithColorSpace()
1168 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in testProPhoto() local
1170 Color expected = blue.convert(extendedSrgb); in testProPhoto()
1175 Bitmap.Config.RGBA_F16, true, extendedSrgb); in testProPhoto()