Lines Matching refs:counterPaths
122 unsigned long counterPaths = 0;
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].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() <
211 pathv[counterPaths].size()) {
213 } else if (last_pathv[counterPaths].size() >
214 pathv[counterPaths].size()) {
260 counterPaths++;