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

/inkscape/src/livarot/
H A Dsweep-tree.cpp496 SweepTree *tR = static_cast<SweepTree *>(elem[RIGHT]); local
498 tL->src->swsData[tL->bord].misc = tR;
499 tR->src->swsData[tR->bord].misc = tL;
503 tL->src = tR->src;
504 tR->src = swap;
508 tL->bord = tR->bord;
509 tR->bord = swap;
513 tL->startPoint = tR->startPoint;
514 tR
[all...]

Completed in 1656 milliseconds