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

/inkscape/src/ui/dialog/
H A Dexport.cpp1051 const gchar *dpi_hint = item->getRepr()->attribute("inkscape:export-xdpi"); // only xdpi, ydpi is always the same now local
1053 if (dpi_hint) {
1054 dpi = atof(dpi_hint);
/inkscape/src/
H A Dmain.cpp1525 const gchar *dpi_hint = o->getRepr()->attribute("inkscape:export-xdpi"); // only xdpi, ydpi is always the same now local
1526 if (dpi_hint) {
1528 g_warning ("Using bitmap dimensions from the command line (--export-dpi, --export-width, or --export-height). DPI hint %s is ignored.", dpi_hint);
1530 dpi = atof(dpi_hint);

Completed in 855 milliseconds