OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transfer_function
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/ui/include/ui/
ColorSpace.h
35
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/
ColorSpace.cpp
57
static ColorSpace::
transfer_function
toOETF(const ColorSpace::TransferParameters& parameters) {
64
static ColorSpace::
transfer_function
toEOTF( const ColorSpace::TransferParameters& parameters) {
71
static ColorSpace::
transfer_function
toOETF(float gamma) {
78
static ColorSpace::
transfer_function
toEOTF(float gamma) {
103
transfer_function
OETF,
104
transfer_function
EOTF,
152
transfer_function
OETF,
153
transfer_function
EOTF,
Completed in 737 milliseconds