Searched refs:stOffset (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathCutting.cpp33 void Path::DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) argument
47 DashSubPath(i-lastMI,lastMP, orig_pts, head,tail,body,nbD,dashs,stPlain,stOffset);
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
143 dashPos=stOffset;
145 while ( dashs[dashInd] < stOffset ) {
H A DPath.h179 void DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset);
240 void 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);

Completed in 20 milliseconds