Searched refs:EOTF (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | HostColorSpace.cpp | 105 transfer_function EOTF, in ColorSpace() argument 111 , mEOTF(std::move(EOTF)) in ColorSpace() 154 transfer_function EOTF, in ColorSpace() argument 160 , mEOTF(std::move(EOTF)) in ColorSpace()
|
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 104 transfer_function EOTF, in ColorSpace() argument 110 , mEOTF(std::move(EOTF)) in ColorSpace() 153 transfer_function EOTF, in ColorSpace() argument 159 , mEOTF(std::move(EOTF)) in ColorSpace()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ColorSpace.h | 61 transfer_function EOTF = linearResponse, 110 transfer_function EOTF = linearResponse,
|
/frameworks/native/libs/ui/include_types/ui/ |
D | ColorSpace.h | 61 transfer_function EOTF = linearResponse, 110 transfer_function EOTF = linearResponse,
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 3213 @NonNull DoubleUnaryOperator EOTF, in isSrgb() argument 3234 if (!compare(x, EOTF, srgb.mEotf)) return false; in isSrgb()
|