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

/inkscape/src/livarot/
H A DPathCutting.cpp137 double enLength=curLength+nl; local
155 Geom::Point p=(enLength-curLength)*lastP+(curLength-stLength)*n;
156 p/=(enLength-stLength);
160 pT=(lastT*(enLength-curLength)+nT*(curLength-stLength))/(enLength-stLength);
162 pT=(nPiece*(curLength-stLength))/(enLength-stLength);
175 if ( enLength <= totLength-tail ) nl=enLength-curLength; else nl=totLength-tail-curLength;
193 Geom::Point p=(enLength-curLength-leftInDash)*lastP+(curLength+leftInDash-stLength)*n;
194 p/=(enLength
[all...]

Completed in 233 milliseconds