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

/inkscape/src/
H A Dsp-offset.cpp386 Shape *theRes = new Shape; local
415 theRes->ConvertToShape (theShape, fill_positive);
418 theRes->ConvertToForme (orig, 1, originaux);
450 delete theRes;
455 Shape *theRes = new Shape; local
480 theRes->ConvertToShape (theShape, fill_positive);
486 theRes->ConvertToForme (res, 1, originaux);
591 // theShape->MakeOffset(theRes,offset->rad,join_round,20.0);
611 theRes->ConvertToShape (theShape, fill_positive);
612 theRes
785 Shape *theRes = new Shape; local
1161 Shape *theRes = new Shape; local
[all...]
H A Dsplivarot.cpp1018 Shape *theRes = new Shape; local
1019 theRes->ConvertToShape(theShape, fill_positive);
1023 theRes->ConvertToForme(orig, 1, originaux);
1025 delete theRes;
1034 Shape *theRes = new Shape; local
1038 theRes->ConvertToShape(theShape, fill_positive);
1042 theRes->ConvertToForme(orig, 1, originaux);
1045 delete theRes;
1285 Shape *theRes = new Shape; local
1287 theRes
1305 Shape *theRes = new Shape; local
1639 Shape *theRes = new Shape; local
1837 Shape *theRes = new Shape; local
[all...]
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp544 Shape *theRes = new Shape; local
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_positive);
596 theRes
[all...]

Completed in 234 milliseconds