Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java132 static float[] xyzFromInt(int argb) { in xyzFromInt() method in CamUtils
DCam.java149 float[] xyz = CamUtils.xyzFromInt(argb); in fromIntInFrame()