Searched defs:orig_pts (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathCutting.cpp37 std::vector<path_lineto> orig_pts = pts;
44 for (int i = 0; i < int(orig_pts.size()); i++) {
45 if ( orig_pts[curP].isMoveTo == polyline_moveto ) {
47 DashSubPath(i-lastMI,lastMP, orig_pts, head,tail,body,nbD,dashs,stPlain,stOffset);
54 if ( lastMI >= 0 && lastMI < int(orig_pts.size()) - 1 ) {
55 DashSubPath(orig_pts.size() - lastMI, lastMP, orig_pts, head, tail, body, nbD, dashs, stPlain, stOffset);
96 void Path::DashSubPath(int spL, int spP, std::vector<path_lineto> const &orig_pts, float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) argument
102 lastP = orig_pts[spP].p;
104 Geom::Point const n = orig_pts[sp
[all...]

Completed in 17 milliseconds