Searched refs:mul3x3Float3 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 1733 private static float[] mul3x3Float3( in mul3x3Float3() method in ColorSpace 1817 float[] srcLMS = mul3x3Float3(matrix, srcWhitePoint); in chromaticAdaptation() 1818 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint); in chromaticAdaptation() 3214 return mul3x3Float3(mTransform, v); in toXyz() 3221 mul3x3Float3(mInverseTransform, v); in fromXyz() 3487 float[] r = mul3x3Float3(toXYZ, new float[] { 1.0f, 0.0f, 0.0f }); in computePrimaries() 3488 float[] g = mul3x3Float3(toXYZ, new float[] { 0.0f, 1.0f, 0.0f }); in computePrimaries() 3489 float[] b = mul3x3Float3(toXYZ, new float[] { 0.0f, 0.0f, 1.0f }); in computePrimaries() 3514 float[] w = mul3x3Float3(toXYZ, new float[] { 1.0f, 1.0f, 1.0f }); in computeWhitePoint() 3843 mul3x3Float3(mTransform, rgb); in transform()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7515 HSPLandroid/graphics/ColorSpace;->mul3x3Float3([F[F)[F
|