Searched refs:tB (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dpath-intersection.cpp77 double &tA, double &tB, double &det) {
105 tB = cross(d, Ad) * detinv;
106 return (tA >= 0.) && (tA <= 1.) && (tB >= 0.) && (tB <= 1.);
260 double tA, tB, c; local
263 tA, tB, c)) {
265 tB = tB * (Bh - Bl) + Bl;
267 B, tB);
269 ret.push_back(Crossing(tB, t
76 linear_intersect(Point const &A0, Point const &A1, Point const &B0, Point const &B1, double &tA, double &tB, double &det) argument
314 double tA, tB, c; local
365 double tA, tB, c; local
[all...]
/inkscape/src/live_effects/
H A Dlpe-curvestitch.cpp102 gdouble tB = bndsB.min(); local
104 gdouble tBclean = tB; // the tB without spacing_variation
108 Point end = B(tB);
138 tB = tBclean + incrementB * svB;
141 if (tB > bndsB.max())
142 tB = bndsB.max();
H A Dlpe-lattice.cpp166 D2<SBasis> tB = compose_each(sb2,B); local
167 tB = tB * width + origin;
169 output.push(tB,i+1);
H A Dlpe-lattice2.cpp216 D2<SBasis> tB = compose_each(sb2,B); local
217 tB[Geom::X] = tB[Geom::X] * width + origin[Geom::X];
218 tB[Geom::Y] = tB[Geom::Y] * height + origin[Geom::Y];
220 output.push(tB,i+1);

Completed in 56 milliseconds