Searched refs:utf8_fn (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-render-context.h | 91 bool setPdfTarget(gchar const *utf8_fn); 92 bool setPsTarget(gchar const *utf8_fn);
|
H A D | cairo-render-context.cpp | 242 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 D | emf-print.cpp | 127 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 D | wmf-print.cpp | 129 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 D | interface.cpp | 729 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