Lines Matching refs:TesteIntersection
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 (intersL, LEFT, true);
1155 TesteIntersection (intersR, RIGHT, true);
1268 TesteIntersection (onLeft, RIGHT, true);
1295 TesteIntersection (node, RIGHT, true);
1296 TesteIntersection (node, LEFT, true);
1326 TesteIntersection (node, RIGHT, true);
1327 TesteIntersection (node, LEFT, true);
1373 TesteIntersection (node, RIGHT, true);
1374 TesteIntersection (node, LEFT, true);
1655 // frontend to the TesteIntersection() below
1656 void Shape::TesteIntersection(SweepTree *t, Side s, bool onlyDiff)
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)
2508 Shape::TesteIntersection (Shape * ils, Shape * irs, int ilb, int irb,
3028 if (TesteIntersection (this, this, i, j, atx, atL, atR, false))