Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkColorSpacePriv.h78 static inline bool is_almost_2dot2(const skcms_TransferFunction& coeffs) { in is_almost_2dot2() function
DSkColorSpace.cpp53 } else if (is_almost_2dot2(transferFn)) { in MakeRGB()