Searched refs:absResponse (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
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()
|
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 48 static float absResponse(float x, float g, float a, float b, float c, float d) { in absResponse() function 256 std::bind(absResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 1462 x -> absResponse(x, 1 / 1.055, 0.055 / 1.055, 1 / 12.92, 0.04045, 2.4), 1597 private static double absResponse(double x, double a, double b, double c, double d, double g) { in absResponse() method in ColorSpace
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19283 Landroid/graphics/ColorSpace;->absResponse(DDDDDD)D
|