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

/inkscape/src/livarot/
H A DShape.h320 {for(std::vector<dg_point>::iterator it=_pts.begin();it!=_pts.end();++it) it->x*=tr;}
344 struct dg_point struct in class:Shape
379 inline dg_point const &getPoint(int n) const { return _pts[n]; }
547 std::vector<dg_point> _pts;

Completed in 17 milliseconds