Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp133 static const double kNearZeroLimit = 16 * (double) std::numeric_limits<float>::min(); in double_to_clamped_scalar() local
134 if (std::abs(d) < kNearZeroLimit) { in double_to_clamped_scalar()