Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DColorSpace.h35 typedef std::function<float(float)> transfer_function; typedef
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 { in getOETF()
199 constexpr const transfer_function& getEOTF() const noexcept { in getEOTF()
270 transfer_function mOETF;
271 transfer_function mEOTF;
/frameworks/native/libs/ui/include_vndk/ui/
DColorSpace.h35 typedef std::function<float(float)> transfer_function; typedef
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 { in getOETF()
199 constexpr const transfer_function& getEOTF() const noexcept { in getEOTF()
270 transfer_function mOETF;
271 transfer_function mEOTF;
/frameworks/native/libs/ui/
DColorSpace.cpp57 static ColorSpace::transfer_function toOETF(const ColorSpace::TransferParameters& parameters) { in toOETF()
64 static ColorSpace::transfer_function toEOTF( const ColorSpace::TransferParameters& parameters) { in toEOTF()
71 static ColorSpace::transfer_function toOETF(float gamma) { in toOETF()
78 static ColorSpace::transfer_function toEOTF(float gamma) { in toEOTF()
103 transfer_function OETF, in ColorSpace()
104 transfer_function EOTF, in ColorSpace()
152 transfer_function OETF, in ColorSpace()
153 transfer_function EOTF, in ColorSpace()