Searched refs:newControl2 (Results 1 – 2 of 2) sorted by relevance
193 …lState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoi… in cubicBezierTo() argument195 …stance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd)); in cubicBezierTo()198 m_control2 = newControl2; in cubicBezierTo()
51 …float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint…