Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DHostColorSpace.cpp105 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/
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/libs/ui/include_vndk/ui/
DColorSpace.h61 transfer_function EOTF = linearResponse,
110 transfer_function EOTF = linearResponse,
/frameworks/native/libs/ui/include_types/ui/
DColorSpace.h61 transfer_function EOTF = linearResponse,
110 transfer_function EOTF = linearResponse,
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3213 @NonNull DoubleUnaryOperator EOTF, in isSrgb() argument
3234 if (!compare(x, EOTF, srgb.mEotf)) return false; in isSrgb()