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.java2234 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), in Rgb()
2312 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), function, MIN_ID); in Rgb()
2434 … this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), gamma, 0.0f, 1.0f, MIN_ID); in Rgb()
3278 private static float[] computeWhitePoint(@NonNull @Size(9) float[] toXYZ) { in computeWhitePoint() method in ColorSpace.Rgb
/frameworks/base/config/
Dboot-image-profile.txt21445 HSPLandroid/graphics/ColorSpace$Rgb;->computeWhitePoint([F)[F