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

/inkscape/src/
H A Dmain.cpp202 static gchar *sp_export_png = NULL; variable
250 sp_export_png = NULL;
324 POPT_ARG_STRING, &sp_export_png, SP_ARG_EXPORT_PNG,
895 fixupSingleFilename( &sp_export_png, &sp_export_png_utf8 );
901 if ( sp_export_png )
902 sp_export_png_utf8 = g_strdup( sp_export_png );
1196 if (sp_export_png || (sp_export_id && sp_export_use_hints)) {
1512 if (sp_export_png) {
1514 filename = sp_export_png;
1521 filename = sp_export_png;
[all...]

Completed in 240 milliseconds