Searched refs:max_beziers (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-utils.h53 unsigned max_beziers);
57 double error, unsigned max_beziers);
H A Dbezier-utils.cpp118 * \param max_beziers Maximum number of generated segments
124 bezier_fit_cubic_r(Point bezier[], Point const data[], int const len, double const error, unsigned const max_beziers) argument
129 max_beziers >= (1ul << (31 - 2 - 1 - 3)))
143 error, max_beziers);
188 * \param max_beziers Maximum number of generated segments
195 double const error, unsigned const max_beziers)
200 !(max_beziers >= 1) ||
282 error, max_beziers);
290 error, max_beziers);
295 if ( 1 < max_beziers ) {
192 bezier_fit_cubic_full(Point bezier[], int split_points[], Point const data[], int const len, Point const &tHat1, Point const &tHat2, double const error, unsigned const max_beziers) argument
[all...]

Completed in 1203 milliseconds