Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java68 static final float[] WHITE_POINT_D65 = {95.047f, 100.0f, 108.883f}; field in CamUtils
102 return ColorUtils.xyzToColor(xT * CamUtils.WHITE_POINT_D65[0], in intFromLstar()
103 yT * CamUtils.WHITE_POINT_D65[1], zT * CamUtils.WHITE_POINT_D65[2]); in intFromLstar()
DFrame.java55 CamUtils.WHITE_POINT_D65,