Searched refs:iPt (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-event.h26 void MakeNew (SweepTree * iLeft, SweepTree * iRight, Geom::Point const &iPt,
H A DPath.cpp137 int Path::MoveTo(Geom::Point const &iPt) argument
140 EndBezierTo(iPt);
147 descr_cmd.push_back(new PathDescrMoveTo(iPt));
153 void Path::InsertMoveTo(Geom::Point const &iPt, int at) argument
160 MoveTo(iPt);
164 descr_cmd.insert(descr_cmd.begin() + at, new PathDescrMoveTo(iPt));
167 int Path::LineTo(Geom::Point const &iPt) argument
170 EndBezierTo (iPt);
173 return MoveTo (iPt);
176 descr_cmd.push_back(new PathDescrLineTo(iPt));
180 InsertLineTo(Geom::Point const &iPt, int at) argument
194 CubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD) argument
208 InsertCubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD, int at) argument
222 ArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle, bool iLargeArc, bool iClockwise) argument
237 InsertArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle, bool iLargeArc, bool iClockwise, int at) argument
295 EndBezierTo(Geom::Point const &iPt) argument
315 IntermBezierTo(Geom::Point const &iPt) argument
333 InsertIntermBezierTo(Geom::Point const &iPt, int at) argument
348 BezierTo(Geom::Point const &iPt) argument
367 InsertBezierTo(Geom::Point const &iPt, int iNb, int at) argument
414 AddPoint(Geom::Point const &iPt, bool mvto) argument
430 ReplacePoint(Geom::Point const &iPt) argument
442 AddPoint(Geom::Point const &iPt, int ip, double it, bool mvto) argument
457 AddForcedPoint(Geom::Point const &iPt) argument
473 AddForcedPoint(Geom::Point const &iPt, int , double ) argument
[all...]
H A Dsweep-tree.h45 int Find(Geom::Point const &iPt, SweepTree *newOne, SweepTree *&insertL,
47 int Find(Geom::Point const &iPt, SweepTree *&insertL, SweepTree *&insertR);
H A Dsweep-event-queue.h31 SweepEvent *add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &iPt, double itl, double itr);
H A DPath.h127 int AddPoint ( Geom::Point const &iPt, bool mvto = false); // add point
128 int AddPoint ( Geom::Point const &iPt, int ip, double it, bool mvto = false);
129 int AddForcedPoint ( Geom::Point const &iPt); // add point
130 int AddForcedPoint ( Geom::Point const &iPt, int ip, double it);
131 int ReplacePoint(Geom::Point const &iPt); // replace point
230 void InsertMoveTo (Geom::Point const &iPt,int at);
232 void InsertLineTo (Geom::Point const &iPt,int at);
235 void InsertBezierTo (Geom::Point const &iPt,int iNb,int at);
236 void InsertIntermBezierTo (Geom::Point const &iPt,int at);
248 void RecBezierTo ( Geom::Point const &iPt, Geo
[all...]

Completed in 18 milliseconds