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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp130 static const double pathSegmentLengthToleranceSquared = 1.e-16; local
133 if (curveScaleForToleranceSquared < pathSegmentLengthToleranceSquared)
143 if ((lengthDiscrepancy * lengthDiscrepancy) / curveScaleForToleranceSquared > pathSegmentLengthToleranceSquared && curve.splitDepth < curveSplitDepthLimit) {

Completed in 33 milliseconds