Searched refs:end_1 (Results 1 – 1 of 1) sorted by relevance
855 point_ptr<T> end_1; member879 bool spike_right = (path.start_2 == path.end_1); in fix_collinear_path()895 while (itr != path.end_1) { in fix_collinear_path()901 prev->next = path.end_1; in fix_collinear_path()902 path.end_1->prev = prev; in fix_collinear_path()903 return { path.end_1, nullptr }; in fix_collinear_path()925 } while (itr != path.end_1 && itr != nullptr); in fix_collinear_path()933 if (path.start_1 == path.end_1 && path.start_2 == path.end_2) { in fix_collinear_path()935 } else if (path.start_1 == path.end_1) { in fix_collinear_path()940 prev_1->next = path.end_1; in fix_collinear_path()[all …]