Home
last modified time | relevance | path

Searched refs:absResponse (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
DColorSpace.cpp48 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/
DColorSpace.java1449 x -> absResponse(x, 1 / 1.055, 0.055 / 1.055, 1 / 12.92, 0.04045, 2.4),
1577 private static double absResponse(double x, double a, double b, double c, double d, double g) { in absResponse() method in ColorSpace