Home
last modified time | relevance | path

Searched refs:newControl1 (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp193 float PathTraversalState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl… in cubicBezierTo() argument
195 …float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, … in cubicBezierTo()
DPathTraversalState.h51 …float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint…