Searched refs:newControl2 (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp205 float PathTraversalState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd) argument
207 float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd));
H A DPathTraversalState.h49 float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);

Completed in 73 milliseconds