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

/inkscape/src/livarot/
H A DShapeSweep.cpp1666 Geom::Point atx; local
1669 if (TesteIntersection(a, b, atx, atl, atr, onlyDiff)) {
1670 sEvts->add(a, b, atx, atl, atr);
1676 Shape::TesteIntersection (SweepTree * iL, SweepTree * iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff) argument
1752 atx = iL->src->pData[lSt].rx;
1792 atx = iL->src->pData[lSt].rx;
1806 atx = iL->src->pData[lEn].rx;
1824 atx = iL->src->pData[lSt].rx;
1834 atx = iL->src->pData[lEn].rx;
1850 atx
2508 TesteIntersection(Shape * ils, Shape * irs, int ilb, int irb, Geom::Point &atx, double &atL, double &atR, bool ) argument
2654 TesteAdjacency(Shape * a, int no, const Geom::Point atx, int nPt, bool push) argument
3026 Geom::Point atx; local
[all...]
H A DShape.h482 bool TesteIntersection(SweepTree *iL, SweepTree *iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff);
484 Geom::Point &atx, double &atL, double &atR,
486 bool TesteAdjacency(Shape *iL, int ilb, const Geom::Point atx, int nPt,

Completed in 21 milliseconds