Searched defs:xyY (Results 1 – 3 of 3) sorted by relevance
222 static constexpr float2 xyY(const float3& XYZ) { in xyY() function229 static constexpr float3 XYZ(const float3& xyY) { in XYZ()
1730 private static float[] xyYToXyz(@NonNull @Size(2) float[] xyY) { in xyYToXyz()