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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp393 double last_t = times[i][0]-1;//ugly hack!! local
395 if (times[i][j]-last_t >0.000001){
396 last_t = times[i][j];
397 cleaned_times[i].push_back(last_t);
/inkscape/share/extensions/
H A Dgcodetools.py885 last_t = 0
888 sp3,sp4,sp5 = csp_split(res[-2],res[-1], (t-last_t)/(1-last_t))
889 last_t = t

Completed in 34 milliseconds