Searched refs:sp_repr_read_mem (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/xml/ |
H A D | repr.h | 55 Inkscape::XML::Document *sp_repr_read_mem(char const *buffer, int length, char const *default_ns);
|
H A D | repr-io.cpp | 398 Document *sp_repr_read_mem (const gchar * buffer, gint length, const gchar *default_ns) function 421 return sp_repr_read_mem(buf.c_str(), buf.size(), default_ns);
|
/inkscape/src/extension/internal/filter/ |
H A D | filter.cpp | 67 return sp_repr_read_mem(filter, strlen(filter), NULL);
|
/inkscape/src/extension/ |
H A D | prefdialog.cpp | 92 XML::Document * doc = sp_repr_read_mem(live_param_xml, strlen(live_param_xml), NULL);
|
H A D | system.cpp | 566 * This function calls build_from_reprdoc with using sp_repr_read_mem to create the reprdoc. It 572 Inkscape::XML::Document *doc = sp_repr_read_mem(buffer, strlen(buffer), INKSCAPE_EXTENSION_URI);
|
/inkscape/src/ |
H A D | inkscape.cpp | 726 _menus = sp_repr_read_mem(menus_xml, len, NULL); 735 _menus = sp_repr_read_mem(menus_skeleton, MENUS_SKELETON_SIZE, NULL);
|
H A D | preferences.cpp | 126 _prefs_doc = sp_repr_read_mem(preferences_skeleton, PREFERENCES_SKELETON_SIZE, NULL); 234 Inkscape::XML::Document *prefs_read = sp_repr_read_mem(prefs_xml, len, NULL);
|
H A D | shortcuts.cpp | 201 Inkscape::XML::Document *doc = sp_repr_read_mem(buffer, strlen(buffer), NULL);
|
H A D | document.cpp | 557 Inkscape::XML::Document *rdoc = sp_repr_read_mem(buffer, length, SP_SVG_NS_URI);
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1217 Inkscape::XML::Document *rnewdoc = sp_repr_read_mem(svgdata, gtk_selection_data_get_length (data), SP_SVG_NS_URI);
|
Completed in 74 milliseconds