Searched defs:Bl (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | path-intersection.cpp | 246 Curve const & B, double Bl, double Bh, 252 OptRect Br = B.boundsLocal(Interval(Bl, Bh)); 259 //&& B.boundsLocal(Interval(Bl, Bh), 1).maxExtent() < 0.1)) { 262 B.pointAt(Bl), B.pointAt(Bh), 265 tB = tB * (Bh - Bl) + Bl; 276 double mid = (Bl + Bh)/2; 277 pair_intersect(B, Bl, mid, 302 Curve const &B, double Bl, double Bh, 304 if( Al >= Ah || Bl > 245 pair_intersect(Curve const & A, double Al, double Ah, Curve const & B, double Bl, double Bh, Crossings &ret, unsigned depth = 0) argument 301 mono_intersect(Curve const &A, double Al, double Ah, Curve const &B, double Bl, double Bh, Crossings &ret, double tol = 0.1, unsigned depth = 0) argument 352 mono_pair(Path const &A, double Al, double Ah, Path const &B, double Bl, double Bh, Crossings &ret, double , unsigned depth = 0) argument [all...] |
Completed in 11 milliseconds