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

/inkscape/src/2geom/
H A Dbasic-intersection.cpp206 std::vector< D2<Bezier> > &bv)
210 bv.push_back(b);
217 bv.push_back(portion(b, prev.second, xs[i].second));
218 av.back()[X].at0() = bv.back()[X].at0() = lerp(0.5, av.back()[X].at0(), bv.back()[X].at0());
219 av.back()[X].at1() = bv.back()[X].at1() = lerp(0.5, av.back()[X].at1(), bv.back()[X].at1());
220 av.back()[Y].at0() = bv.back()[Y].at0() = lerp(0.5, av.back()[Y].at0(), bv.back()[Y].at0());
221 av.back()[Y].at1() = bv
202 subdivide(D2<Bezier> const &a, D2<Bezier> const &b, std::vector< std::pair<double, double> > const &xs, std::vector< D2<Bezier> > &av, std::vector< D2<Bezier> > &bv) argument
[all...]
H A Dbasic-intersection.h96 std::vector< D2<Bezier> > &bv);
H A Dtoposweep.cpp297 MergeIterator(A const &av, B &bv, Z const &zv) : a(av), b(bv), z(zv), ai(0), on_a(b.empty() || z(a[0], b.back())) {} argument
/inkscape/src/livarot/
H A DShape.cpp1683 Geom::Point av, bv;
1685 bv = bx;
1686 double si = cross(av, bv);

Completed in 35 milliseconds