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

/inkscape/src/live_effects/
H A Dlpe-powerstroke-interpolators.h77 int max_segs = 8*n_points; local
78 Geom::Point * b = g_new(Geom::Point, max_segs);
87 tolerance_sq, max_segs);
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp654 int max_segs = 4 * n_points; local
656 std::vector<Geom::Point> b(max_segs);
658 int const n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs);
728 int max_segs = 4 * n_points; local
730 std::vector<Geom::Point> b(max_segs);
732 int const n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs);

Completed in 18 milliseconds