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

/inkscape/src/2geom/
H A Dbezier-clipping.cpp408 double t, tmin = 1, tmax = 0; local
415 if (tmin > p[0][X]) tmin = p[0][X];
418 // << " : tmin = " << tmin << ", tmax = " << tmax << std::endl;
427 if (tmin > p[i][X]) tmin = p[i][X];
430 // << " : tmin = " << tmin << ", tmax = " << tmax
436 if (tmin >
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
139 tmin = times[rk-1];
141 tmin = times.back()-period;
143 return Interval(tmin,tmax);

Completed in 14 milliseconds