Searched refs:spP (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathCutting.cpp | 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 98 if ( spL <= 0 || spP == -1 ) return; 102 lastP = orig_pts[spP].p; 104 Geom::Point const n = orig_pts[spP + i].p; 121 lastP = orig_pts[spP].p; 127 n = orig_pts[spP + i].p; 128 nPiece = orig_pts[spP + i].piece; 129 nT = orig_pts[spP + i].t; 131 n = orig_pts[spP + i].p;
|
H A D | Path.h | 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 24 milliseconds