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

/inkscape/src/2geom/
H A Dintersection-graph.cpp434 bool has_path_data = !_components[w].empty(); local
436 if (has_path_data && !_components[w][i].xlist.empty()) continue;
440 if (has_path_data && _components[w][i].status == INSIDE) {
442 } else if (has_path_data && _components[w][i].status == OUTSIDE) {

Completed in 14 milliseconds