Home
last modified time | relevance | path

Searched refs:computeWhitePoint (Results 1 – 4 of 4) 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/libs/hwui/utils/
DHostColorSpace.cpp96 static constexpr float2 computeWhitePoint(const mat3& rgbToXYZ) { in computeWhitePoint() function
114 , mWhitePoint(computeWhitePoint(rgbToXYZ)) { in ColorSpace()
130 , mWhitePoint(computeWhitePoint(rgbToXYZ)) { in ColorSpace()
146 , mWhitePoint(computeWhitePoint(rgbToXYZ)) {
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java2408 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), null, in Rgb()
2490 computeWhitePoint(toXYZ), isGray(toXYZ) ? toXYZ : null, function, MIN_ID); in Rgb()
2614 … this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), gamma, 0.0f, 1.0f, MIN_ID); in Rgb()
3513 private static float[] computeWhitePoint(@NonNull @Size(9) float[] toXYZ) { in computeWhitePoint() method in ColorSpace.Rgb
/frameworks/base/config/
Dboot-image-profile.txt7480 HSPLandroid/graphics/ColorSpace$Rgb;->computeWhitePoint([F)[F