Searched refs:sp_repr_lookup_name_many (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/xml/
H A Drepr.h149 std::vector<Inkscape::XML::Node const *> sp_repr_lookup_name_many(Inkscape::XML::Node const *repr,
H A Drepr-util.cpp374 std::vector<Inkscape::XML::Node const *> sp_repr_lookup_name_many( Inkscape::XML::Node const *repr, gchar const *name, gint maxdepth ) function
394 found = sp_repr_lookup_name_many( child, name, maxdepth - 1);
/inkscape/src/
H A Ddocument.cpp1684 std::vector<Inkscape::XML::Node const *> defsNodes = sp_repr_lookup_name_many(root, "svg:defs");

Completed in 23 milliseconds