distanceLine       51 Source/platform/graphics/PathTraversalState.cpp         return distanceLine(start, control) + distanceLine(control, end);
distanceLine       84 Source/platform/graphics/PathTraversalState.cpp         return distanceLine(start, control1) + distanceLine(control1, control2) + distanceLine(control2, end);
distanceLine      127 Source/platform/graphics/PathTraversalState.cpp         if ((length - distanceLine(curve.start, curve.end)) > kPathSegmentLengthTolerance && curveStack.size() <= curveStackDepthLimit) {
distanceLine      161 Source/platform/graphics/PathTraversalState.cpp     float distance = distanceLine(m_current, m_start);
distanceLine      174 Source/platform/graphics/PathTraversalState.cpp     float distance = distanceLine(m_current, point);