Home
last modified time | relevance | path

Searched refs:OETF (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/utils/
DHostColorSpace.cpp104 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/
DColorSpace.cpp103 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/
DColorSpace.h60 transfer_function OETF = linearResponse,
109 transfer_function OETF = linearResponse,
/frameworks/native/libs/ui/include_types/ui/
DColorSpace.h60 transfer_function OETF = linearResponse,
109 transfer_function OETF = linearResponse,
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3212 @NonNull DoubleUnaryOperator OETF, in isSrgb() argument
3233 if (!compare(x, OETF, srgb.mOetf)) return false; in isSrgb()