Lines Matching defs:Path
2 * Path.cpp
10 #include "Path.h"
20 Path::Path()
29 Path::~Path()
37 void Path::Affiche()
48 void Path::Reset()
60 void Path::Copy(Path * who)
78 void Path::CloseSubpath()
84 int Path::ForcePoint()
103 void Path::InsertForcePoint(int at)
117 int Path::Close()
137 int Path::MoveTo(Geom::Point const &iPt)
153 void Path::InsertMoveTo(Geom::Point const &iPt, int at)
167 int Path::LineTo(Geom::Point const &iPt)
180 void Path::InsertLineTo(Geom::Point const &iPt, int at)
194 int Path::CubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD)
208 void Path::InsertCubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD, int at)
222 int Path::ArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle,
237 void Path::InsertArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle,
253 int Path::TempBezierTo()
270 void Path::CancelBezier()
283 int Path::EndBezierTo()
295 int Path::EndBezierTo(Geom::Point const &iPt)
315 int Path::IntermBezierTo(Geom::Point const &iPt)
333 void Path::InsertIntermBezierTo(Geom::Point const &iPt, int at)
348 int Path::BezierTo(Geom::Point const &iPt)
367 void Path::InsertBezierTo(Geom::Point const &iPt, int iNb, int at)
386 Path::SetBackData (bool nVal)
408 void Path::ResetPoints()
414 int Path::AddPoint(Geom::Point const &iPt, bool mvto)
430 int Path::ReplacePoint(Geom::Point const &iPt)
442 int Path::AddPoint(Geom::Point const &iPt, int ip, double it, bool mvto)
457 int Path::AddForcedPoint(Geom::Point const &iPt)
473 int Path::AddForcedPoint(Geom::Point const &iPt, int /*ip*/, double /*it*/)
489 void Path::PolylineBoundingBox(double &l, double &t, double &r, double &b)
516 void Path::PointAt(int piece, double at, Geom::Point &pos)
606 void Path::PointAndTangentAt(int piece, double at, Geom::Point &pos, Geom::Point &tgt)
702 void Path::Transform(const Geom::Affine &trans)
709 void Path::FastBBox(double &l,double &t,double &r,double &b)
908 char *Path::svg_dump_path() const
921 bool Path::IsLineSegment(int piece)