Searched defs:last_pathv (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp118 PathVector last_pathv = local
169 if (last_pathv.size() > pathv.size() ||
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;
183 } else if (counterCurves == 0 && last_pathv.size() <= pathv.size() &&
184 counter - offset <= last_pathv[counterPaths].size() &&
186 last_pathv[counterPath
[all...]

Completed in 16 milliseconds