Searched refs:whitePoint (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorSpaceTest.java | 241 float[] whitePoint = cs.getWhitePoint(); in testMat3x3WhitePoint() local 243 assertNotNull(whitePoint); in testMat3x3WhitePoint() 244 assertEquals(2, whitePoint.length); in testMat3x3WhitePoint() 246 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-5f); in testMat3x3WhitePoint() 247 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-5f); in testMat3x3WhitePoint() 284 float[] whitePoint = cs.getWhitePoint(); in testXYZFromPrimaries_XYZ() local 286 assertNotNull(whitePoint); in testXYZFromPrimaries_XYZ() 287 assertEquals(2, whitePoint.length); in testXYZFromPrimaries_XYZ() 290 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-3f); in testXYZFromPrimaries_XYZ() 291 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-3f); in testXYZFromPrimaries_XYZ() [all …]
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | whitebalancetest.h | 48 int findCorrelatedColorTemp(const Vec3f &whitePoint);
|