Searched refs:curveScaleForToleranceSquared (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp132 double curveScaleForToleranceSquared = curve.magnitudeSquared(); local
133 if (curveScaleForToleranceSquared < pathSegmentLengthToleranceSquared)
143 if ((lengthDiscrepancy * lengthDiscrepancy) / curveScaleForToleranceSquared > pathSegmentLengthToleranceSquared && curve.splitDepth < curveSplitDepthLimit) {

Completed in 994 milliseconds