Searched defs:domsA (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-clipping.cpp275 void iterate(std::vector<Interval>& domsA,
726 * domsA, domsB: sets of parameter intervals
736 void iterate<intersection_point_tag> (std::vector<Interval>& domsA, argument
776 domsA.push_back(domA);
844 iterate<intersection_point_tag>(domsA, domsB, pC1, pB,
846 iterate<intersection_point_tag>(domsA, domsB, pC2, pB,
857 iterate<intersection_point_tag>(domsB, domsA, pC1, pA,
859 iterate<intersection_point_tag>(domsB, domsA, pC2, pA,
872 domsA.push_back(dompA);
885 * domsA, doms
895 iterate(std::vector<Interval>& domsA, std::vector<Interval>& domsB, std::vector<Point> const& A, std::vector<Point> const& B, Interval const& domA, Interval const& domB, double precision) argument
1079 std::vector<Interval> domsA, domsB; local
[all...]

Completed in 12 milliseconds