Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_types/ui/
DColorSpace.h60 transfer_function OETF = linearResponse,
61 transfer_function EOTF = linearResponse,
109 transfer_function OETF = linearResponse,
110 transfer_function EOTF = linearResponse,
260 static constexpr float linearResponse(float v) { in linearResponse() function
/frameworks/native/libs/ui/include_vndk/ui/
DColorSpace.h60 transfer_function OETF = linearResponse,
61 transfer_function EOTF = linearResponse,
109 transfer_function OETF = linearResponse,
110 transfer_function EOTF = linearResponse,
260 static constexpr float linearResponse(float v) { in linearResponse() function
/frameworks/native/libs/ui/
DColorSpace.cpp23 static constexpr float linearResponse(float v) { in linearResponse() function
73 return linearResponse; in toOETF()
80 return linearResponse; in toEOTF()
/frameworks/base/libs/hwui/utils/
DHostColorSpace.cpp24 static constexpr float linearResponse(float v) { in linearResponse() function
74 return linearResponse; in toOETF()
81 return linearResponse; in toEOTF()