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

/inkscape/src/helper/
H A Dgeom.h33 std::vector<Geom::Point> &pointlist,
H A Dgeom.cpp530 std::vector<Geom::Point> pointlist; local
531 pointlist.push_back(A);
537 pointlist,
539 pointlist.push_back(D);
540 Geom::Point r1 = pointlist[0];
541 for (unsigned int i=1; i<pointlist.size();i++){
543 r1 = pointlist[i];
547 pointlist.clear();

Completed in 16 milliseconds