Home
last modified time | relevance | path

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

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