Searched defs:c_str (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/filter/ | ||
H A D | filter-file.cpp | 124 gchar const * c_str (void) { return _str.c_str(); } function in class:Inkscape::Extension::Internal::Filter::mywriter 167 Inkscape::Extension::build_from_mem(xml_str, new Filter(g_strdup(writer.c_str()))); |
/inkscape/src/svg/ | ||
H A D | path-string.h | 62 char const *c_str() { function in class:Inkscape::SVG::PathString 63 return string().c_str(); |
Completed in 22 milliseconds