Home
last modified time | relevance | path

Searched refs:getEotf (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DColor.java632 DoubleUnaryOperator eotf = ((ColorSpace.Rgb) mColorSpace).getEotf(); in luminance()
1222 DoubleUnaryOperator eotf = ((ColorSpace.Rgb) colorSpace).getEotf(); in luminance()
1354 DoubleUnaryOperator eotf = cs.getEotf(); in luminance()
DColorSpace.java2990 public DoubleUnaryOperator getEotf() { in getEotf() method in ColorSpace.Rgb
/frameworks/base/core/api/
Dcurrent.txt15191 method @NonNull public java.util.function.DoubleUnaryOperator getEotf();