Searched defs:transfer_function (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DColorSpace.h35 typedef std::function<float(float)> transfer_function; typedef in class:android::ColorSpace
60 transfer_function OETF = linearResponse,
61 transfer_function EOTF = linearResponse,
109 transfer_function OETF = linearResponse,
110 transfer_function EOTF = linearResponse,
195 constexpr const transfer_function& getOETF() const noexcept {
199 constexpr const transfer_function& getEOTF() const noexcept {
270 transfer_function mOETF;
271 transfer_function mEOTF;
/frameworks/native/libs/ui/include/ui/
H A DColorSpace.h35 typedef std::function<float(float)> transfer_function; typedef in class:android::ColorSpace
60 transfer_function OETF = linearResponse,
61 transfer_function EOTF = linearResponse,
109 transfer_function OETF = linearResponse,
110 transfer_function EOTF = linearResponse,
195 constexpr const transfer_function& getOETF() const noexcept {
199 constexpr const transfer_function& getEOTF() const noexcept {
270 transfer_function mOETF;
271 transfer_function mEOTF;
/frameworks/native/libs/ui/include_vndk/ui/
H A DColorSpace.h35 typedef std::function<float(float)> transfer_function; typedef in class:android::ColorSpace
60 transfer_function OETF = linearResponse,
61 transfer_function EOTF = linearResponse,
109 transfer_function OETF = linearResponse,
110 transfer_function EOTF = linearResponse,
195 constexpr const transfer_function& getOETF() const noexcept {
199 constexpr const transfer_function& getEOTF() const noexcept {
270 transfer_function mOETF;
271 transfer_function mEOTF;

Completed in 35 milliseconds