Searched refs:OETF (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | HostColorSpace.cpp | 104 transfer_function OETF, in ColorSpace() argument 110 , mOETF(std::move(OETF)) in ColorSpace() 153 transfer_function OETF, in ColorSpace() argument 159 , mOETF(std::move(OETF)) in ColorSpace()
|
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 103 transfer_function OETF, in ColorSpace() argument 109 , mOETF(std::move(OETF)) in ColorSpace() 152 transfer_function OETF, in ColorSpace() argument 158 , mOETF(std::move(OETF)) in ColorSpace()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ColorSpace.h | 60 transfer_function OETF = linearResponse, 109 transfer_function OETF = linearResponse,
|
/frameworks/native/libs/ui/include_types/ui/ |
D | ColorSpace.h | 60 transfer_function OETF = linearResponse, 109 transfer_function OETF = linearResponse,
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 3212 @NonNull DoubleUnaryOperator OETF, in isSrgb() argument 3233 if (!compare(x, OETF, srgb.mOetf)) return false; in isSrgb()
|