Searched refs:XYZ (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/SvcMonitor/ |
D | README | 2 An example of this would be an android app XYZ communicates to some other device via Bluetooth. The 3 SvcMonitor service can monitor the CPU usage of XYZ and com.android.bluetooth. 9 -e java XYZ -e hal com.android.bluetooth \ 22 $ adb logcat | grep XYZ
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ColorSpace.h | 222 static constexpr float2 xyY(const float3& XYZ) { in xyY() argument 223 return XYZ.xy / dot(XYZ, float3{1}); in xyY() 229 static constexpr float3 XYZ(const float3& xyY) { in XYZ() function
|
/frameworks/native/libs/ui/include/ui/ |
D | ColorSpace.h | 222 static constexpr float2 xyY(const float3& XYZ) { in xyY() argument 223 return XYZ.xy / dot(XYZ, float3{1}); in xyY() 229 static constexpr float3 XYZ(const float3& xyY) { in XYZ() function
|
/frameworks/base/libs/hwui/utils/ |
D | Color.cpp | 192 float3 srcXYZ = ColorSpace::XYZ(float3{colorSpace.getWhitePoint(), 1}); in sRGBToLab() 200 float3 dstXYZ = ColorSpace::XYZ(float3{colorSpace.getWhitePoint(), 1}); in LabToSRGB()
|
/frameworks/native/libs/ui/tests/ |
D | colorspace_test.cpp | 32 TEST_F(ColorSpaceTest, XYZ) { in TEST_F() argument
|
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 401 float3 srcXYZ = ColorSpace::XYZ(float3{src.getWhitePoint(), 1}); in ColorSpaceConnector() 402 float3 dstXYZ = ColorSpace::XYZ(float3{dst.getWhitePoint(), 1}); in ColorSpaceConnector()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 255 # blue and white. The primary format is CIE 1931 XYZ color space.
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 838 XYZ(3), enumConstant 1924 super(name, Model.XYZ, id); in Xyz()
|
/frameworks/base/api/ |
D | current.txt | 14051 enum_constant public static final android.graphics.ColorSpace.Model XYZ;
|