Home
last modified time | relevance | path

Searched refs:XYZ (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/SvcMonitor/
DREADME2 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/
DColorSpace.h222 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/
DColorSpace.h222 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/
DColor.cpp192 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/
Dcolorspace_test.cpp32 TEST_F(ColorSpaceTest, XYZ) { in TEST_F() argument
/frameworks/native/libs/ui/
DColorSpace.cpp401 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/
DSurfaceFlingerProperties.sysprop255 # blue and white. The primary format is CIE 1931 XYZ color space.
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java838 XYZ(3), enumConstant
1924 super(name, Model.XYZ, id); in Xyz()
/frameworks/base/api/
Dcurrent.txt14051 enum_constant public static final android.graphics.ColorSpace.Model XYZ;