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

/inkscape/src/2geom/
H A Dintersection-graph.h121 PathVector _getResult(bool enter_a, bool enter_b);
H A Dintersection-graph.cpp251 PathVector result = _getResult(false, false);
259 PathVector result = _getResult(true, true);
267 PathVector result = _getResult(false, true);
275 PathVector result = _getResult(true, false);
336 PathVector PathIntersectionGraph::_getResult(bool enter_a, bool enter_b) function in class:Geom::PathIntersectionGraph
423 /* Every component that has any intersections will be processed by _getResult.

Completed in 15 milliseconds