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

/inkscape/src/2geom/
H A Dbezier-clipping.cpp408 double t, tmin = 1, tmax = 0; local
416 if (tmax < p[0][X]) tmax = p[0][X];
418 // << " : tmin = " << tmin << ", tmax = " << tmax << std::endl;
428 if (tmax < p[i][X]) tmax = p[i][X];
430 // << " : tmin = " << tmin << ", tmax = " << tmax
437 if (tmax <
642 double t, tmin = 1, tmax = 0; local
[all...]
/inkscape/src/live_effects/
H A Dlpe-knot.cpp129 double tmin = 0, tmax = size_nondegenerate(patha); local
134 tmax = times[rk];
136 tmax = times[0]+period;
143 return Interval(tmin,tmax);

Completed in 18 milliseconds