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

/inkscape/src/
H A Dsp-offset.cpp385 Shape *theShape = new Shape; local
414 res->Fill (theShape, 0);
415 theRes->ConvertToShape (theShape, fill_positive);
449 delete theShape;
454 Shape *theShape = new Shape; local
479 orig->Fill (theShape, 0);
480 theRes->ConvertToShape (theShape, fill_positive);
498 theShape->Reset();
548 /* int firstP=theShape->nbPt;
549 for (int j=0;j<onePart->nbPt;j++) theShape
784 Shape *theShape = new Shape; local
974 Shape *theShape = new Shape; local
1160 Shape *theShape = new Shape; local
[all...]
H A Dsplivarot.cpp156 Shape *theShape = new Shape; local
167 originaux[0]->Fill(theShape, 0);
169 theShapeA->ConvertToShape(theShape, origWind[0]);
173 originaux[1]->Fill(theShape, 1);
175 theShapeB->ConvertToShape(theShape, origWind[1]);
177 theShape->Booleen(theShapeB, theShapeA, bop);
202 originaux[0]->Fill(theShape, 0);
204 theShapeA->ConvertToShape(theShape, origWind[0]);
208 originaux[1]->Fill(theShape, 1,false,false,false); //do not closeIfNeeded
210 theShapeB->ConvertToShape(theShape, fill_justDon
459 Shape *theShape = new Shape; local
1012 Shape* theShape = new Shape; local
1033 Shape *theShape = new Shape; local
1280 Shape* theShape = new Shape; local
1304 Shape *theShape = new Shape; local
1638 Shape *theShape = new Shape; local
1836 Shape *theShape = new Shape; local
[all...]
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp543 Shape *theShape = new Shape; local
548 orig->Fill(theShape, 0);
553 theRes->ConvertToShape(theShape, fill_nonZero);
555 theRes->ConvertToShape(theShape, fill_oddEven);
557 theRes->ConvertToShape(theShape, fill_nonZero);
566 if (theShape->MakeTweak(tweak_mode_grow, theRes,
572 if (theShape->MakeTweak(tweak_mode_repel, theRes,
578 if (theShape->MakeTweak(tweak_mode_push, theRes,
584 if (theShape->MakeTweak(tweak_mode_roughen, theRes,
593 theRes->ConvertToShape(theShape, fill_positiv
[all...]

Completed in 33 milliseconds