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

/inkscape/src/livarot/
H A DPathCutting.cpp100 double totLength=0; local
108 totLength+=nl;
113 if ( totLength <= head+tail ) return; // tout mange par la tete et la queue
173 if ( curLength >= head /*&& curLength+nl <= totLength-tail*/ ) {
174 while ( curLength <= totLength-tail && nl > 0 ) {
175 if ( enLength <= totLength-tail ) nl=enLength-curLength; else nl=totLength-tail-curLength;
240 if ( curLength <= totLength-tail && curLength+nl > totLength-tail ) {
241 nl=totLength
[all...]

Completed in 14 milliseconds