Lines Matching refs:Point
51 boost::optional<Geom::Point> first_point() const;
52 boost::optional<Geom::Point> last_point() const;
53 boost::optional<Geom::Point> second_point() const;
54 boost::optional<Geom::Point> penultimate_point() const;
58 void moveto(Geom::Point const &p);
60 void lineto(Geom::Point const &p);
62 void quadto(Geom::Point const &p1, Geom::Point const &p2);
64 void curveto(Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2);
71 void stretch_endpoints(Geom::Point const &, Geom::Point const &);
72 void move_endpoints(Geom::Point const &, Geom::Point const &);
73 void last_point_additive_move(Geom::Point const & p);