Searched refs:lastAddition (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathSimplify.cpp | 1194 PathDescr *lastAddition = new PathDescrMoveTo(Geom::Point(0, 0)); local 1204 if (lastAddition->flags != descr_moveto) { 1205 FlushPendingAddition(tempDest,lastAddition,pending_cubic,lastAP); 1207 lastAddition = descr_cmd[curP]; 1209 FlushPendingAddition(tempDest, lastAddition, pending_cubic, lastAP); 1222 if (lastAddition->flags != descr_moveto) { 1227 lastAddition = new PathDescrCubicTo(Geom::Point(0, 0), 1234 FlushPendingAddition(tempDest, lastAddition, pending_cubic, lastAP); 1242 lastAddition = new PathDescrMoveTo(Geom::Point(0, 0)); 1250 if (lastAddition 1340 FlushPendingAddition(Path *dest, PathDescr *lastAddition, PathDescrCubicTo &lastCubic, int lastAP) argument [all...] |
H A D | Path.h | 390 void FlushPendingAddition(Path* dest,PathDescr *lastAddition,PathDescrCubicTo &lastCubic,int lastAD);
|
Completed in 19 milliseconds