Searched refs:tB (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ |
H A D | path-intersection.cpp | 77 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 D | lpe-curvestitch.cpp | 102 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 D | lpe-lattice.cpp | 166 D2<SBasis> tB = compose_each(sb2,B); local 167 tB = tB * width + origin; 169 output.push(tB,i+1);
|
H A D | lpe-lattice2.cpp | 216 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