Searched refs:TesteIntersection (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 348 TesteIntersection (intersL, LEFT, false); 349 TesteIntersection (intersR, RIGHT, false); 459 TesteIntersection (onLeft, RIGHT, false); 486 TesteIntersection (node, RIGHT, false); 487 TesteIntersection (node, LEFT, false); 514 TesteIntersection (node, RIGHT, false); 515 TesteIntersection (node, LEFT, false); 557 TesteIntersection (node, RIGHT, false); 558 TesteIntersection (node, LEFT, false); 1154 TesteIntersection (inters 1656 void Shape::TesteIntersection(SweepTree *t, Side s, bool onlyDiff) function in class:Shape 1676 Shape::TesteIntersection (SweepTree * iL, SweepTree * iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff) function in class:Shape 2508 Shape::TesteIntersection (Shape * ils, Shape * irs, int ilb, int irb, function in class:Shape [all...] |
H A D | Shape.h | 481 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); 483 bool TesteIntersection(Shape *iL, Shape *iR, int ilb, int irb,
|
Completed in 1267 milliseconds