Searched refs:computeWhitePoint (Results 1 – 4 of 4) 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/libs/hwui/utils/ |
D | HostColorSpace.cpp | 96 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/ |
D | ColorSpace.java | 2408 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/ |
D | boot-image-profile.txt | 7480 HSPLandroid/graphics/ColorSpace$Rgb;->computeWhitePoint([F)[F
|