Searched refs:dstWhitePoint (Results 1 – 4 of 4) sorted by relevance
313 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument315 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
384 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint… in adaptation() argument386 float3 dstLMS = matrix * dstWhitePoint; in adaptation()
1939 @NonNull @Size(3) float[] srcWhitePoint, @NonNull @Size(3) float[] dstWhitePoint) {1941 float[] dstLMS = mul3x3Float3(matrix, dstWhitePoint);2002 @NonNull @Size(min = 2, max = 3) float[] dstWhitePoint) {2004 || (dstWhitePoint.length != 2 && dstWhitePoint.length != 3)) {2009 float[] dstXyz = dstWhitePoint.length == 3 ?2010 Arrays.copyOf(dstWhitePoint, 3) : xyYToXyz(dstWhitePoint);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...