Searched refs:dstWhitePoint (Results 1 – 4 of 4) sorted by relevance
308 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument310 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
1986 @NonNull @Size(3) float[] srcWhitePoint, @NonNull @Size(3) float[] dstWhitePoint) {1988 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint);2049 @NonNull @Size(min = 2, max = 3) float[] dstWhitePoint) {2051 || (dstWhitePoint.length != 2 && dstWhitePoint.length != 3)) {2056 float[] dstXyz = dstWhitePoint.length == 3 ?2057 Arrays.copyOf(dstWhitePoint, 3) : xyYToXyz(dstWhitePoint);
387 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument389 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...