Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp193 …lState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoi… in cubicBezierTo() argument
195 …stance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd)); in cubicBezierTo()
198 m_control2 = newControl2; in cubicBezierTo()
DPathTraversalState.h51 …float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint…