Searched refs:DashPolyline (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.h | 179 void DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset);
|
H A D | PathCutting.cpp | 33 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