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

/inkscape/src/xml/
H A Drepr-io.cpp55 static gint sp_repr_qualified_name (gchar *p, gint len, xmlNsPtr ns, const xmlChar *name, const gchar *default_ns, std::map<std::string, std::string> &prefix_map);
542 gint sp_repr_qualified_name (gchar *p, gint len, xmlNsPtr ns, const xmlChar *name, const gchar */*default_ns*/, std::map<std::string, std::string> &prefix_map) function
606 sp_repr_qualified_name (c, 256, node->ns, node->name, default_ns, prefix_map);
612 sp_repr_qualified_name (c, 256, prop->ns, prop->name, default_ns, prefix_map);

Completed in 405 milliseconds