Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java204 float[] rgbToXYZ = cs.getTransform(); in testMat3x3() local
206 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testMat3x3()
255 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_xyY() local
257 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_xyY()
293 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_XYZ() local
295 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_XYZ()
380 float[] rgbToXYZ = cs.getTransform(); in testRGBtoXYZMatrix() local
382 assertNotNull(rgbToXYZ); in testRGBtoXYZMatrix()
383 assertEquals(9, rgbToXYZ.length); in testRGBtoXYZMatrix()
386 Arrays.fill(rgbToXYZ, Float.NaN); in testRGBtoXYZMatrix()
[all …]