Searched refs:has_out (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.cpp183 bool has_out = false; local
186 has_out |= (i->next_edge == OUTSIDE);
188 if (has_in && !has_out) {
191 if (!has_in && has_out) {

Completed in 14 milliseconds