Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DColorSpace.cpp104 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/include/ui/
DColorSpace.h61 transfer_function EOTF = linearResponse,
110 transfer_function EOTF = linearResponse,
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3081 @NonNull DoubleUnaryOperator EOTF, in isSrgb() argument
3093 if (EOTF.applyAsDouble(0.5) > 0.5001) return false; in isSrgb()