Home
last modified time | relevance | path

Searched defs:xyY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DColorSpace.h222 static constexpr float2 xyY(const float3& XYZ) { in xyY() function
229 static constexpr float3 XYZ(const float3& xyY) { in XYZ()
/frameworks/native/libs/ui/include_vndk/ui/
DColorSpace.h222 static constexpr float2 xyY(const float3& XYZ) { in xyY() function
229 static constexpr float3 XYZ(const float3& xyY) { in XYZ()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1730 private static float[] xyYToXyz(@NonNull @Size(2) float[] xyY) { in xyYToXyz()