Searched refs:ConvertToForme (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ |
H A D | sp-offset.cpp | 418 theRes->ConvertToForme (orig, 1, originaux); 486 theRes->ConvertToForme (res, 1, originaux); 535 onePart->ConvertToForme (parts[i]); 573 onePart->ConvertToForme (parts[i]); 612 theRes->ConvertToForme (orig,nbPart,parts); 631 // theRes->ConvertToForme (orig); 1185 theRes->ConvertToForme (res, 1, originaux);
|
H A D | splivarot.cpp | 187 // ConvertToForme) 294 // theShape->ConvertToForme(res, nbOriginaux, originaux, true); 307 theShape->ConvertToForme(res, nbOriginaux, &originaux[0]); 538 // ConvertToForme) 648 // theShape->ConvertToForme(res, nbOriginaux, originaux, true); 661 theShape->ConvertToForme(res, nbOriginaux, &originaux[0]); 1023 theRes->ConvertToForme(orig, 1, originaux); 1042 theRes->ConvertToForme(orig, 1, originaux); 1291 theRes->ConvertToForme(orig, 1, originaux); 1313 theRes->ConvertToForme(ori [all...] |
/inkscape/src/livarot/ |
H A D | Shape.h | 243 void ConvertToForme(Path *dest); 248 void ConvertToForme(Path *dest, int nbP, Path **orig, bool splitWhenForced = false);
|
H A D | ShapeMisc.cpp | 38 Shape::ConvertToForme (Path * dest) function in class:Shape 181 Shape::ConvertToForme (Path * dest, int nbP, Path * *orig, bool splitWhenForced) function in class:Shape 190 ConvertToForme (dest); 343 ConvertToForme (dest);
|
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 403 expanded_path_shape->ConvertToForme(expanded_path);
|
H A D | tweak-tool.cpp | 596 theRes->ConvertToForme(res);
|
Completed in 39 milliseconds