HomeSort by relevance Sort by last modified time
    Searched refs:transfer_fn_almost_equal (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkColorSpacePriv.h 63 static inline bool transfer_fn_almost_equal(float a, float b) { function
124 return transfer_fn_almost_equal(1.0f / 1.055f, coeffs.fA) &&
125 transfer_fn_almost_equal(0.055f / 1.055f, coeffs.fB) &&
126 transfer_fn_almost_equal(1.0f / 12.92f, coeffs.fC) &&
127 transfer_fn_almost_equal(0.04045f, coeffs.fD) &&
128 transfer_fn_almost_equal(0.00000f, coeffs.fE) &&
129 transfer_fn_almost_equal(0.00000f, coeffs.fF) &&
130 transfer_fn_almost_equal(2.40000f, coeffs.fG);
134 return transfer_fn_almost_equal(1.0f, coeffs.fA) &&
135 transfer_fn_almost_equal(0.0f, coeffs.fB) &
    [all...]
SkColorSpace.cpp 579 if (!transfer_fn_almost_equal(0.f, fC)) {
588 if (transfer_fn_almost_equal(0.f, fA) || transfer_fn_almost_equal(0.f, fG)) {

Completed in 1001 milliseconds