Searched refs:absResponse (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | HostColorSpace.cpp | 49 static float absResponse(float x, float g, float a, float b, float c, float d) { in absResponse() function 257 std::bind(absResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | ColorSpace.java | 1544 x -> absResponse(x, 1 / 1.055, 0.055 / 1.055, 1 / 12.92, 0.04045, 2.4), 1765 private static double absResponse(double x, double a, double b, double c, double d, double g) {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16405 Landroid/graphics/ColorSpace;->absResponse(DDDDDD)D
|