Searched refs:end_2 (Results 1 – 1 of 1) sorted by relevance
857 point_ptr<T> end_2; member878 bool spike_left = (path.start_1 == path.end_2); in fix_collinear_path()907 while (itr != path.end_2) { in fix_collinear_path()913 prev->next = path.end_2; in fix_collinear_path()914 path.end_2->prev = prev; in fix_collinear_path()915 return { path.end_2, nullptr }; in fix_collinear_path()932 } while (itr != path.end_2 && itr != nullptr); in fix_collinear_path()933 if (path.start_1 == path.end_1 && path.start_2 == path.end_2) { in fix_collinear_path()936 prev_2->next = path.end_2; in fix_collinear_path()937 path.end_2->prev = prev_2; in fix_collinear_path()[all …]