Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java258 float[] xyzToRGB = cs.getInverseTransform(); in testMat3x3Inverse() local
260 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testMat3x3Inverse()
304 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_xyY() local
306 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_xyY()
342 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_XYZ() local
344 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_XYZ()
451 float[] xyzToRGB = cs.getInverseTransform(); in testXYZtoRGBMatrix() local
453 assertNotNull(xyzToRGB); in testXYZtoRGBMatrix()
454 assertEquals(9, xyzToRGB.length); in testXYZtoRGBMatrix()
457 Arrays.fill(xyzToRGB, Float.NaN); in testXYZtoRGBMatrix()
[all …]