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

/inkscape/src/
H A Dmain.cpp203 static gchar *sp_export_dpi = NULL; variable
251 sp_export_dpi = NULL;
329 POPT_ARG_STRING, &sp_export_dpi, SP_ARG_EXPORT_DPI,
1527 if (sp_export_dpi || sp_export_width || sp_export_height) {
1577 if (sp_export_dpi && dpi == 0.0) {
1578 dpi = atof(sp_export_dpi);
1580 g_warning("DPI value %s out of range [0.1 - 10000.0]. Nothing exported.", sp_export_dpi);
1778 if (sp_export_dpi) {
1779 dpi = atof(sp_export_dpi);
1781 g_warning("DPI value %s out of range [1 - 10000]. Using 96 dpi instead.", sp_export_dpi);
[all...]

Completed in 16 milliseconds