Lines Matching defs:dest
134 // - fills the polyline; justAdd=true doesn't reset the Shape dest, but simply adds the polyline into it
138 void Fill(Shape *dest, int pathID = -1, bool justAdd = false,
143 void Stroke(Shape *dest, bool doClose, double width, JoinType join,
146 // build a Path that is the outline of the Path instance's description (the result is stored in dest)
149 void Outline(Path *dest, double width, JoinType join, ButtType butt,
153 void OutsideOutline(Path *dest, double width, JoinType join, ButtType butt,
157 void InsideOutline (Path * dest, double width, JoinType join, ButtType butt,
286 Path *dest;
320 Path * dest, outline_callbacks & calls,
324 void DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join,
337 static void OutlineJoin (Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor,
354 static void DoButt (Shape * dest, double width, ButtType butt, Geom::Point pos,
356 static void DoJoin (Shape * dest, double width, JoinType join, Geom::Point pos,
359 static void DoLeftJoin (Shape * dest, double width, JoinType join, Geom::Point pos,
362 static void DoRightJoin (Shape * dest, double width, JoinType join, Geom::Point pos,
365 static void RecRound (Shape * dest, int sNo, int eNo,
390 void FlushPendingAddition(Path* dest,PathDescr *lastAddition,PathDescrCubicTo &lastCubic,int lastAD);