Searched defs:lastChgtPt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 203 int lastChgtPt = 0; local 260 int lastI = AssemblePoints (lastChgtPt, lastPointNo); 309 CheckAdjacencies (lastI, lastChgtPt, shapeHead, edgeHead); 311 CheckEdges (lastI, lastChgtPt, a, NULL, bool_op_union); 313 for (int i = lastChgtPt; i < lastI; i++) { 329 lastChgtPt = lastPointNo; 343 AddChgt (lastPointNo, lastChgtPt, shapeHead, edgeHead, INTERSECTION, 409 AddChgt (lastPointNo, lastChgtPt, shapeHead, 478 AddChgt (lastPointNo, lastChgtPt, shapeHead, edgeHead, EDGE_REMOVED, 491 AddChgt (lastPointNo, lastChgtPt, shapeHea 893 int lastChgtPt = 0; 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 14 milliseconds