Searched refs:curveLength (Results 1 – 3 of 3) sorted by relevance
120 static float curveLength(PathTraversalState& traversalState, CurveType curve) in curveLength() function182 …float distance = curveLength<QuadraticBezier>(*this, QuadraticBezier(m_current, newControl, newEnd… in quadraticBezierTo()195 …float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, … in cubicBezierTo()
89 (WebCore::curveLength):
70601 …(WebCore::curveLength): support higher precision pointAtLength calculations, and add normalAtLengt…