Home
last modified time | relevance | path

Searched refs:getWhitePoint (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/ui/
DColorSpace.cpp396 if (all(lessThan(abs(src.getWhitePoint() - dst.getWhitePoint()), float2{1e-3f}))) { in ColorSpaceConnector()
402 float3 srcXYZ = ColorSpace::XYZ(float3{src.getWhitePoint(), 1}); in ColorSpaceConnector()
403 float3 dstXYZ = ColorSpace::XYZ(float3{dst.getWhitePoint(), 1}); in ColorSpaceConnector()
405 if (any(greaterThan(abs(src.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()
409 if (any(greaterThan(abs(dst.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()
/frameworks/native/libs/ui/tests/
Dcolorspace_test.cpp75 EXPECT_NEAR(0.3127f, sRGB.getWhitePoint().x, 1e-5f); in TEST_F()
76 EXPECT_NEAR(0.3290f, sRGB.getWhitePoint().y, 1e-5f); in TEST_F()
/frameworks/native/include/ui/
DColorSpace.h211 constexpr const float2& getWhitePoint() const noexcept { in getWhitePoint() function
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1334 xyYToXyz(rgb.getWhitePoint()), xyz); in adapt()
2671 public float[] getWhitePoint(@NonNull @Size(min = 2) float[] whitePoint) { in getWhitePoint() method in ColorSpace.Rgb
2689 public float[] getWhitePoint() { in getWhitePoint() method in ColorSpace.Rgb
4043 rgb.getWhitePoint(whitePoint);
/frameworks/base/api/
Dcurrent.txt12950 method public float[] getWhitePoint(float[]);
12951 method public float[] getWhitePoint();
Dsystem-current.txt13730 method public float[] getWhitePoint(float[]);
13731 method public float[] getWhitePoint();