Searched defs:rB (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 2756 int rB = chgts[cCh].obord; local 2757 int lftN = rS->swsData[rB].leftRnd; 2758 int rgtN = rS->swsData[rB].rightRnd; 2763 // for (int n=lftN;n<=rgtN;n++) CreateIncidence(rS,rB,n); 2766 if (TesteAdjacency (rS, rB, getPoint(n).x, n, false) == 2769 rS->swsData[rB].leftRnd = n; 2773 if (TesteAdjacency (rS, rB, getPoint(n).x, n, false) == 2776 rS->swsData[rB].rightRnd = n; 2921 int rB) 2929 c.obord = rB; 2919 AddChgt(int lastPointNo, int lastChgtPt, Shape * &shapeHead, int &edgeHead, sTreeChangeType type, Shape * lS, int lB, Shape * rS, int rB) argument 3064 int rB = chgts[cCh].obord; local [all...] |
Completed in 125 milliseconds