Searched defs:nBrd (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DShapeSweep.cpp2784 int nBrd = chgts[cCh].lBrd /*,nNo=chgts[cCh].ptNo */ ; local
2793 (nSrc, nBrd, getPoint(n).x, n, false))
2795 if (nSrc->swsData[nBrd].leftRnd < lastChgtPt)
2797 nSrc->swsData[nBrd].leftRnd = n;
2798 nSrc->swsData[nBrd].rightRnd = n;
2802 if (n < nSrc->swsData[nBrd].leftRnd)
2803 nSrc->swsData[nBrd].leftRnd = n;
2804 if (n > nSrc->swsData[nBrd].rightRnd)
2805 nSrc->swsData[nBrd].rightRnd = n;
2813 (nSrc, nBrd, getPoin
2853 int nBrd = chgts[cCh].rBrd /*,nNo=chgts[cCh].ptNo */ ; local
3070 int nBrd = chgts[cCh].lBrd; local
3090 int nBrd = chgts[cCh].rBrd; local
[all...]

Completed in 22 milliseconds