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

/inkscape/src/livarot/
H A DShapeSweep.cpp262 Shape *curSh = shapeHead; local
264 while (curSh)
266 curSh->swsData[curBo].leftRnd =
267 pData[curSh->swsData[curBo].leftRnd].newInd;
268 curSh->swsData[curBo].rightRnd =
269 pData[curSh->swsData[curBo].rightRnd].newInd;
271 Shape *neSh = curSh->swsData[curBo].nextSh;
272 curBo = curSh->swsData[curBo].nextBo;
273 curSh = neSh;
575 Shape *curSh local
1063 Shape *curSh = shapeHead; local
1392 Shape *curSh = shapeHead; local
[all...]

Completed in 18 milliseconds