Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1690 private static float[] mul3x3Float3( in mul3x3Float3() method in ColorSpace
1774 float[] srcLMS = mul3x3Float3(matrix, srcWhitePoint); in chromaticAdaptation()
1775 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint); in chromaticAdaptation()
3005 return mul3x3Float3(mTransform, v); in toXyz()
3012 mul3x3Float3(mInverseTransform, v); in fromXyz()
3252 float[] r = mul3x3Float3(toXYZ, new float[] { 1.0f, 0.0f, 0.0f }); in computePrimaries()
3253 float[] g = mul3x3Float3(toXYZ, new float[] { 0.0f, 1.0f, 0.0f }); in computePrimaries()
3254 float[] b = mul3x3Float3(toXYZ, new float[] { 0.0f, 0.0f, 1.0f }); in computePrimaries()
3279 float[] w = mul3x3Float3(toXYZ, new float[] { 1.0f, 1.0f, 1.0f }); in computeWhitePoint()
3608 mul3x3Float3(mTransform, rgb); in transform()