Searched defs:grow_length (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-dynastroke.cpp204 double grow_length = growfor;// * width; local
213 factor_in.cuts[1]=grow_length;
214 if (grow_length < totlength){
247 hbump.concat(Piecewise<SBasis >(tau*grow_length));
250 hbump.cuts[1]=fmin(grow_length,totlength*grow_length/(grow_length+fade_length));
265 hbump.cuts[1]=fmax(totlength-fade_length, totlength*grow_length/(grow_length+fade_length));

Completed in 13 milliseconds