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

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp439 unsigned num_points = 0; local
445 ++num_points;
449 if (num_points > 1) {
517 unsigned num_points = 0; local
521 ++num_points;
523 if (num_points > 2) {
535 num_selected -= num_points;
742 unsigned num_points = 0; local
745 ++num_points;
747 if (num_points >
[all...]
/inkscape/src/live_effects/
H A Dlpe-powerstroke-interpolators.h149 unsigned int num_points = points.size(); local
150 for (unsigned int i = 1; i < num_points; ++i) {

Completed in 38 milliseconds