Searched defs:lastPointNo (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 255 int lastPointNo = AddPoint (rPtX); local 256 pData[lastPointNo].rx = rPtX; 260 int lastI = AssemblePoints (lastChgtPt, lastPointNo); 322 if (lastI < lastPointNo) { 323 _pts[lastI] = getPoint(lastPointNo); 324 pData[lastI] = pData[lastPointNo]; 326 lastPointNo = lastI; 329 lastChgtPt = lastPointNo; 343 AddChgt (lastPointNo, lastChgtPt, shapeHead, edgeHead, INTERSECTION, 409 AddChgt (lastPointNo, lastChgtP 1055 int lastPointNo = AddPoint (rPtX); local 2720 CheckAdjacencies(int lastPointNo, int lastChgtPt, Shape * , int ) argument 2919 AddChgt(int lastPointNo, int lastChgtPt, Shape * &shapeHead, int &edgeHead, sTreeChangeType type, Shape * lS, int lB, Shape * rS, int rB) argument 3038 CheckEdges(int lastPointNo, int lastChgtPt, Shape * a, Shape * b, BooleanOp mod) argument 3111 Avance(int lastPointNo, int lastChgtPt, Shape * lS, int lB, Shape * , Shape * b, BooleanOp mod) argument [all...] |
Completed in 117 milliseconds