Searched refs:computeWhitePoint (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 95 static constexpr float2 computeWhitePoint(const mat3& rgbToXYZ) { in computeWhitePoint() function 113 , mWhitePoint(computeWhitePoint(rgbToXYZ)) { in ColorSpace() 129 , mWhitePoint(computeWhitePoint(rgbToXYZ)) { in ColorSpace() 145 , mWhitePoint(computeWhitePoint(rgbToXYZ)) {
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 2395 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), null, in Rgb() 2473 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), function, MIN_ID); in Rgb() 2594 … this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), gamma, 0.0f, 1.0f, MIN_ID); in Rgb() 3475 private static float[] computeWhitePoint(@NonNull @Size(9) float[] toXYZ) { in computeWhitePoint() method in ColorSpace.Rgb
|