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

/inkscape/src/livarot/
H A DPath.h179 void DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset);
H A DPathCutting.cpp33 void Path::DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) function in class:Path
87 this->DashPolyline(0.0, 0.0, dlen, nbD, dashs, true, dash_offset);

Completed in 19 milliseconds