Searched refs:body (Results 1 - 3 of 3) sorted by relevance
/inkscape/doc/ |
H A D | keys.css | 20 body {
|
/inkscape/src/livarot/ |
H A D | PathCutting.cpp | 33 void Path::DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) argument 35 if ( nbD <= 0 || body <= 0.0001 ) return; // pas de tirets, en fait 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 176 double leftInDash=body-dashPos;
|
H A D | Path.h | 179 void DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset); 238 // 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 20 milliseconds