curveLength        90 Source/modules/webaudio/WaveShaperDSPKernel.cpp     int curveLength = curve->length();
curveLength        94 Source/modules/webaudio/WaveShaperDSPKernel.cpp     if (!curveData || !curveLength) {
curveLength       105 Source/modules/webaudio/WaveShaperDSPKernel.cpp         double virtualIndex = 0.5 * (input + 1) * curveLength;
curveLength       113 Source/modules/webaudio/WaveShaperDSPKernel.cpp         index1 = min(index1, curveLength - 1);
curveLength       115 Source/modules/webaudio/WaveShaperDSPKernel.cpp         index2 = min(index2, curveLength - 1);
curveLength       181 Source/platform/graphics/PathTraversalState.cpp     float distance = curveLength<QuadraticBezier>(*this, QuadraticBezier(m_current, newControl, newEnd));
curveLength       194 Source/platform/graphics/PathTraversalState.cpp     float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd));