Searched defs:XYZ (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DColorSpace.h49 * Creates a named color space with the specified RGB->XYZ
66 * Creates a named color space with the specified RGB->XYZ
82 * Creates a named color space with the specified RGB->XYZ
98 * and white point. The RGB<>XYZ conversion matrices are
116 * and white point. The RGB<>XYZ conversion matrices are
133 * and white point. The RGB<>XYZ conversion matrices are
166 * Converts the supplied XYZ value to RGB. The returned value
175 * Converts the supplied RGB value to XYZ. The input RGB value
177 * before being converted to XYZ.
220 * Converts the supplied XYZ valu
222 xyY(const float3& XYZ) argument
229 static constexpr float3 XYZ(const float3& xyY) { function in class:android::ColorSpace
[all...]
/frameworks/native/libs/ui/include/ui/
H A DColorSpace.h49 * Creates a named color space with the specified RGB->XYZ
66 * Creates a named color space with the specified RGB->XYZ
82 * Creates a named color space with the specified RGB->XYZ
98 * and white point. The RGB<>XYZ conversion matrices are
116 * and white point. The RGB<>XYZ conversion matrices are
133 * and white point. The RGB<>XYZ conversion matrices are
166 * Converts the supplied XYZ value to RGB. The returned value
175 * Converts the supplied RGB value to XYZ. The input RGB value
177 * before being converted to XYZ.
220 * Converts the supplied XYZ valu
222 xyY(const float3& XYZ) argument
229 static constexpr float3 XYZ(const float3& xyY) { function in class:android::ColorSpace
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java70 * XYZ profile connection space (PCS). Color values can be converted to and from
675 * <p>{@link Model#XYZ XYZ} color space CIE XYZ. This color space assumes standard
679 * <tr><td>Name</td><td colspan="4">Generic XYZ</td></tr>
686 * <p>{@link Model#LAB Lab} color space CIE L*a*b*. This color space uses CIE XYZ D50
747 * in the CIE XYZ space to values in the LMS space (Long Medium Short).</p>
749 * <p>Given an adaptation matrix \(A\), the conversion from XYZ to
772 * perform the chromatic adaptation of sRGB XYZ transform from D65
829 * The XYZ mode
833 XYZ(3), enum constant in enum:ColorSpace.Model
[all...]

Completed in 185 milliseconds