Lines Matching refs:cuts
114 right = compose(right,Linear(right.cuts.back(),right.cuts.front()));
213 factor_in.cuts[1]=grow_length;
216 factor_in.cuts[2]=totlength;
225 factor_out.cuts[1] = totlength-fade_length;
227 factor_out.cuts[2] = totlength;
249 hbump.cuts[0]=0;
250 hbump.cuts[1]=fmin(grow_length,totlength*grow_length/(grow_length+fade_length));
251 hbump.cuts[2]=totlength;
264 hbump.cuts[0]=0;
265 hbump.cuts[1]=fmax(totlength-fade_length, totlength*grow_length/(grow_length+fade_length));
266 hbump.cuts[2]=totlength;