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

/inkscape/src/2geom/
H A Dintersection-graph.cpp252 _handleNonintersectingPaths(result, 0, false);
253 _handleNonintersectingPaths(result, 1, false);
260 _handleNonintersectingPaths(result, 0, true);
261 _handleNonintersectingPaths(result, 1, true);
268 _handleNonintersectingPaths(result, 0, false);
269 _handleNonintersectingPaths(result, 1, true);
276 _handleNonintersectingPaths(result, 1, false);
277 _handleNonintersectingPaths(result, 0, true);
421 void PathIntersectionGraph::_handleNonintersectingPaths(PathVector &result, unsigned which, bool inside) function in class:Geom::PathIntersectionGraph
H A Dintersection-graph.h122 void _handleNonintersectingPaths(PathVector &result, unsigned which, bool inside);

Completed in 15 milliseconds