Home
last modified time | relevance | path

Searched refs:curveLength (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp120 static float curveLength(PathTraversalState& traversalState, CurveType curve) in curveLength() function
182 …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()
/external/webkit/WebCore/
DChangeLog-2006-12-3189 (WebCore::curveLength):
DChangeLog-2007-10-1470601 …(WebCore::curveLength): support higher precision pointAtLength calculations, and add normalAtLengt…