Searched refs:srcWhitePoint (Results 1 – 4 of 4) sorted by relevance
313 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument314 float3 srcLMS = matrix * srcWhitePoint; in adaptation()
384 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument385 float3 srcLMS = matrix * srcWhitePoint; in adaptation()
1939 @NonNull @Size(3) float[] srcWhitePoint, @NonNull @Size(3) float[] dstWhitePoint) {1940 float[] srcLMS = mul3x3Float3(matrix, srcWhitePoint);2001 @NonNull @Size(min = 2, max = 3) float[] srcWhitePoint,2003 if ((srcWhitePoint.length != 2 && srcWhitePoint.length != 3)2007 float[] srcXyz = srcWhitePoint.length == 3 ?2008 Arrays.copyOf(srcWhitePoint, 3) : xyYToXyz(srcWhitePoint);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...