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

/inkscape/src/
H A Dmain.cpp209 static gchar *sp_export_width = NULL; variable
257 sp_export_width = NULL;
359 POPT_ARG_STRING, &sp_export_width, SP_ARG_EXPORT_WIDTH,
1527 if (sp_export_dpi || sp_export_width || sp_export_height) {
1598 if (sp_export_width) {
1600 width = strtoul(sp_export_width, NULL, 0);
1618 if (!sp_export_width) {

Completed in 30 milliseconds