Searched defs:spL (Results 1 - 1 of 1) 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++) {

Completed in 20 milliseconds