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.java214 float[] xyzToRGB = cs.getInverseTransform(); in testMat3x3Inverse() local
216 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testMat3x3Inverse()
260 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_xyY() local
262 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_xyY()
298 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_XYZ() local
300 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_XYZ()
396 float[] xyzToRGB = cs.getInverseTransform(); in testXYZtoRGBMatrix() local
398 assertNotNull(xyzToRGB); in testXYZtoRGBMatrix()
399 assertEquals(9, xyzToRGB.length); in testXYZtoRGBMatrix()
402 Arrays.fill(xyzToRGB, Float.NaN); in testXYZtoRGBMatrix()
[all …]