Searched refs:onlyDiff (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DShape.h481 void TesteIntersection(SweepTree *t, Side s, bool onlyDiff); // test if there is an intersection
482 bool TesteIntersection(SweepTree *iL, SweepTree *iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff);
485 bool onlyDiff);
H A DShapeSweep.cpp1656 void Shape::TesteIntersection(SweepTree *t, Side s, bool onlyDiff) argument
1669 if (TesteIntersection(a, b, atx, atl, atr, onlyDiff)) {
1676 Shape::TesteIntersection (SweepTree * iL, SweepTree * iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff) argument
1761 if (onlyDiff && iL->src == iR->src)
2510 bool /*onlyDiff*/)

Completed in 55 milliseconds