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

/inkscape/src/livarot/
H A DShape.cpp391 SwapPoints (p, numberOfPoints() - 1);
396 Shape::SwapPoints (int a, int b) function in class:Shape
527 Shape::SwapPoints (int a, int b, int c) function in class:Shape
531 SwapPoints (a, b);
532 SwapPoints (b, c);
559 SwapPoints (s, e);
604 SwapPoints (le, ppos - 1, ppos);
660 SwapPoints (ri, plast + 1, plast);
687 SwapPoints (le, ri);
695 SwapPoints (ppo
[all...]
H A DShape.h134 void SwapPoints(int a, int b); // swaps 2 points at indices a and b
135 void SwapPoints(int a, int b, int c); // swaps 3 points: c <- a <- b <- c

Completed in 212 milliseconds