Home
last modified time | relevance | path

Searched refs:computeWhitePoint (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DColorSpace.cpp95 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/
DColorSpace.java2395 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19267 Landroid/graphics/ColorSpace$Rgb;->computeWhitePoint([F)[F