Searched refs:fixed_intersections (Results 1 – 1 of 1) sorted by relevance
1332 bool fixed_intersections = false; in correct_self_intersections() local1336 fixed_intersections = true; in correct_self_intersections()1339 return fixed_intersections; in correct_self_intersections()1361 bool fixed_intersections = true; in correct_topology() local1362 while (fixed_intersections) { in correct_topology()1364 fixed_intersections = correct_self_intersections(manager, true); in correct_topology()