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

/inkscape/src/extension/internal/
H A Dlatex-pstricks-out.cpp56 gchar * oldoutput = g_strdup(oldconst); local
77 mod->set_param_string("destination", oldoutput);
78 g_free(oldoutput);
H A Dwmf-inout.cpp97 gchar *oldoutput; local
103 oldoutput = g_strdup(oldconst);
117 g_free(oldoutput);
128 mod->set_param_string("destination", oldoutput);
129 g_free(oldoutput);
H A Demf-inout.cpp95 gchar *oldoutput; local
102 oldoutput = g_strdup(oldconst);
117 g_free(oldoutput);
128 mod->set_param_string("destination", oldoutput);
129 g_free(oldoutput);
/inkscape/src/
H A Dprint.cpp100 gchar *oldoutput = g_strdup(oldconst); local
123 mod->set_param_string("destination", oldoutput);
124 g_free(oldoutput);

Completed in 39 milliseconds