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

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp122 unsigned long counterPaths = 0; local
130 counterPaths++;
170 (last_pathv.size() > counterPaths &&
171 last_pathv[counterPaths].size() > counter - offset &&
173 last_pathv[counterPaths][counter - offset].initialPoint(),
176 if (last_pathv[counterPaths].size() != pathv[counterPaths].size()) {
177 offset = (last_pathv[counterPaths].size() - pathv[counterPaths].size()) * -1;
184 counter - offset <= last_pathv[counterPaths]
[all...]

Completed in 15 milliseconds