Searched refs:safePow (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 53 static float safePow(float x, float e) { in safePow() function 75 return std::bind(safePow, _1, 1.0f / gamma); in toOETF() 82 return std::bind(safePow, _1, gamma); in toEOTF()
|
/frameworks/base/libs/hwui/utils/ |
D | HostColorSpace.cpp | 54 static float safePow(float x, float e) { in safePow() function 76 return std::bind(safePow, _1, 1.0f / gamma); in toOETF() 83 return std::bind(safePow, _1, gamma); in toEOTF()
|