Searched defs:SortPointsRounded (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DShape.cpp544 Shape::SortPointsRounded (void) function in class:Shape
547 SortPointsRounded (0, numberOfPoints() - 1);
937 Shape::SortPointsRounded (int s, int e) function in class:Shape
1113 SortPointsRounded (s, ppos - 1);
1114 SortPointsRounded (plast + 1, e);

Completed in 26 milliseconds