Home
last modified time | relevance | path

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

/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/ui/
DColorSpace.h60 transfer_function OETF = linearResponse,
109 transfer_function OETF = linearResponse,
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3080 @NonNull DoubleUnaryOperator OETF, in isSrgb() argument
3092 if (OETF.applyAsDouble(0.5) < 0.5001) return false; in isSrgb()