Lines Matching defs:last_pathv
118 PathVector last_pathv =
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[counterPaths].finalPoint(), 0.1) &&
187 !last_pathv[counterPaths].closed()) {
191 last_pathv[counterPaths].size() + counter - offset;
205 if (last_pathv.size() > counterPaths) {
206 last_pathv[counterPaths] = last_pathv[counterPaths].reversed();
209 if (last_pathv.size() > counterPaths) {
210 if (last_pathv[counterPaths].size() <
213 } else if (last_pathv[counterPaths].size() >