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

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

Completed in 13 milliseconds