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

/inkscape/src/livarot/
H A DShape.h149 void SwapEdges(int a, int b); // swaps 2 edges
150 void SwapEdges(int a, int b, int c); // swaps 3 edges
H A DShape.cpp1268 SwapEdges (e, numberOfEdges() - 1);
1274 Shape::SwapEdges (int a, int b) function in class:Shape
1473 Shape::SwapEdges (int a, int b, int c) function in class:Shape
1477 SwapEdges (a, b);
1478 SwapEdges (b, c);
H A DShapeSweep.cpp1585 SwapEdges(i,numberOfEdges()-1);
2245 SwapEdges (cc, numberOfEdges() - 1);
2315 SwapEdges (cc, numberOfEdges() - 1);

Completed in 115 milliseconds