Searched refs:n_segs (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Dgimpgrad.cpp172 long const n_segs = strtol(tempstr, &endptr, 10); local
174 || n_segs < 1) {
248 if (n_segs_found != n_segs) {
/inkscape/src/live_effects/
H A Dlpe-powerstroke-interpolators.h86 int const n_segs = Geom::bezier_fit_cubic_r(b, points_array, n_points, local
90 if ( n_segs > 0)
93 for (int c = 0; c < n_segs; c++) {
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp658 int const n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs); local
660 if (n_segs > 0) {
666 for (int c = 0; c < n_segs; c++) {
732 int const n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs); local
734 if (n_segs > 0) {
737 for (int c = 0; c < n_segs; c++) {
806 int const n_segs = Geom::bezier_fit_cubic_full(b, NULL, this->p, this->npoints, local
809 if ( n_segs > 0

Completed in 558 milliseconds