Home | History | Annotate | Download | only in core

Lines Matching full:bezier

43 /** Given a src quadratic bezier, chop it at the specified t value,
49 /** Given a src quadratic bezier, chop it at the specified t == 1/2,
54 /** Given the 3 coefficients for a quadratic bezier (either X or Y values), look
64 /** Given 3 points on a quadratic bezier, chop it into 1, 2 beziers such that
73 /** Given 3 points on a quadratic bezier, if the point of maximum
79 /** Given 3 points on a quadratic bezier, divide it into 2 quadratics
88 /** Given 3 points on a quadratic bezier, use degree elevation to
102 /** Given a src cubic bezier, chop it at the specified t value,
108 /** Given a src cubic bezier, chop it at the specified t values,
115 /** Given a src cubic bezier, chop it at the specified t == 1/2,
120 /** Given the 4 coefficients for a cubic bezier (either X or Y values), look
132 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
143 /** Given a cubic bezier, return 0, 1, or 2 t-values that represent the