Searched refs:kErrorTol (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp18 static const SkScalar kErrorTol = 0.00001f; variable
19 static const SkScalar kEdgeErrorTol = 5.f * kErrorTol;
106 (fRadius0 < kErrorTol ? shader.getEndRadius() * kEdgeErrorTol :
352 // kEdgeErrorTol = 5 * kErrorTol was picked after manual testing the
821 // to the edge shader. kEdgeErrorTol = 5 * kErrorTol was picked after manual testing
1354 if (shader.getStartRadius() < kErrorTol) {

Completed in 157 milliseconds