Searched refs:xyzToRGB (Results 1 – 1 of 1) sorted by relevance
214 float[] xyzToRGB = cs.getInverseTransform(); in testMat3x3Inverse() local216 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testMat3x3Inverse()260 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_xyY() local262 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_xyY()298 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_XYZ() local300 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_XYZ()396 float[] xyzToRGB = cs.getInverseTransform(); in testXYZtoRGBMatrix() local398 assertNotNull(xyzToRGB); in testXYZtoRGBMatrix()399 assertEquals(9, xyzToRGB.length); in testXYZtoRGBMatrix()402 Arrays.fill(xyzToRGB, Float.NaN); in testXYZtoRGBMatrix()[all …]