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

/inkscape/src/
H A Dmain.cpp210 static gchar *sp_export_height = NULL; variable
258 sp_export_height = NULL;
364 POPT_ARG_STRING, &sp_export_height, SP_ARG_EXPORT_HEIGHT,
1527 if (sp_export_dpi || sp_export_width || sp_export_height) {
1608 if (sp_export_height) {
1610 height = strtoul(sp_export_height, NULL, 0);
1622 if (!sp_export_height) {

Completed in 34 milliseconds