Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java240 float[] whitePoint = cs.getWhitePoint(); in testMat3x3WhitePoint() local
242 assertNotNull(whitePoint); in testMat3x3WhitePoint()
243 assertEquals(2, whitePoint.length); in testMat3x3WhitePoint()
245 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-5f); in testMat3x3WhitePoint()
246 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-5f); in testMat3x3WhitePoint()
283 float[] whitePoint = cs.getWhitePoint(); in testXYZFromPrimaries_XYZ() local
285 assertNotNull(whitePoint); in testXYZFromPrimaries_XYZ()
286 assertEquals(2, whitePoint.length); in testXYZFromPrimaries_XYZ()
289 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-3f); in testXYZFromPrimaries_XYZ()
290 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-3f); in testXYZFromPrimaries_XYZ()
[all …]
/cts/apps/CtsVerifier/include/colorchecker/
Dwhitebalancetest.h48 int findCorrelatedColorTemp(const Vec3f &whitePoint);