Lines Matching defs:totlength
207 double totlength = s.segs.back().at1();
214 if (grow_length < totlength){
216 factor_in.cuts[2]=totlength;
223 if (fade_length < totlength){
225 factor_out.cuts[1] = totlength-fade_length;
227 factor_out.cuts[2] = totlength;
230 factor_out.setDomain(Interval(totlength-fade_length,totlength));
250 hbump.cuts[1]=fmin(grow_length,totlength*grow_length/(grow_length+fade_length));
251 hbump.cuts[2]=totlength;
265 hbump.cuts[1]=fmax(totlength-fade_length, totlength*grow_length/(grow_length+fade_length));
266 hbump.cuts[2]=totlength;