Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColor_ColorLongTest.java83 ColorSpace srgb = ColorSpace.get(Named.SRGB); in testColorSpace() local
86 assertEquals(srgb, colorSpace(pack(0.5f, 0.7f, 1.0f))); in testColorSpace()
272 ColorSpace srgb = ColorSpace.get(Named.SRGB); in testPackSrgb() local
276 long color3 = pack(0.5f, 0.0f, 1.0f, 1.0f, srgb); in testPackSrgb()
DBitmapColorSpaceTest.java412 int srgb = b.getPixel(15, 15); in verifyGetPixel() local
413 almostEqual(srgbColor, srgb, 3, 15 * b.getWidth() + 15); in verifyGetPixel()
/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java363 final ColorSpace srgb = ColorSpace.get(ColorSpace.Named.SRGB); in testWideGamutWallpaper() local
372 assertThat(mWallpaperManager.getBitmap().getColorSpace()).isEqualTo(srgb); in testWideGamutWallpaper()