Searched refs:utf8_fn (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-render-context.h91 bool setPdfTarget(gchar const *utf8_fn);
92 bool setPsTarget(gchar const *utf8_fn);
H A Dcairo-render-context.cpp242 bool CairoRenderContext::setPdfTarget(gchar const *utf8_fn) argument
257 gchar *local_fn = g_filename_from_utf8(utf8_fn,
324 bool CairoRenderContext::setPsTarget(gchar const *utf8_fn) argument
339 gchar *local_fn = g_filename_from_utf8(utf8_fn,
H A Demf-print.cpp127 gchar const *utf8_fn = mod->get_param_string("destination"); local
138 (void) emf_start(utf8_fn, 1000000, 250000, &et); // Initialize the et structure
141 char *ansi_uri = (char *) utf8_fn;
H A Dwmf-print.cpp129 gchar const *utf8_fn = mod->get_param_string("destination"); local
138 (void) wmf_start(utf8_fn, 1000000, 250000, &wt); // Initialize the wt structure
/inkscape/src/ui/
H A Dinterface.cpp729 gchar *utf8_fn = g_filename_to_utf8(local_fn, -1, NULL, NULL, NULL); local
730 sp_file_open(utf8_fn, NULL);
731 g_free(utf8_fn);

Completed in 52 milliseconds