Searched refs:getWhitePoint (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 396 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/ |
D | colorspace_test.cpp | 75 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/ |
D | ColorSpace.h | 211 constexpr const float2& getWhitePoint() const noexcept { in getWhitePoint() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 1334 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/ |
D | current.txt | 12950 method public float[] getWhitePoint(float[]); 12951 method public float[] getWhitePoint();
|
D | system-current.txt | 13730 method public float[] getWhitePoint(float[]); 13731 method public float[] getWhitePoint();
|