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

/inkscape/src/extension/
H A Dsystem.cpp50 static Extension *build_from_reprdoc(Inkscape::XML::Document *doc, Implementation::Implementation *in_imp, std::string* baseDir);
425 build_from_reprdoc(Inkscape::XML::Document *doc, Implementation::Implementation *in_imp, std::string* baseDir) function in namespace:Inkscape::Extension
545 * This function calls build_from_reprdoc with using sp_repr_read_file to create the reprdoc.
552 Extension *ext = build_from_reprdoc(doc, NULL, &dir);
566 * This function calls build_from_reprdoc with using sp_repr_read_mem to create the reprdoc. It
574 Extension *ext = build_from_reprdoc(doc, in_imp, NULL);

Completed in 15 milliseconds