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

/inkscape/src/livarot/
H A DPathCutting.cpp96 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
98 if ( spL <= 0 || spP == -1 ) return;
103 for (int i=1;i<spL;i++) {
122 for (int i=1;i<spL;i++) {
H A DPath.h238 // creation of dashes: take the polyline given by spP (length spL) and dash it according to head, body, etc. put the result in
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 19 milliseconds