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

/inkscape/src/
H A Dselection-chemistry.cpp3617 float hint_xdpi = 0, hint_ydpi = 0; local
3620 sp_selection_get_export_hints(selection, hint_filename, &hint_xdpi, &hint_ydpi);
3621 if (hint_xdpi != 0) {
3622 res = hint_xdpi;
3625 sp_document_get_export_hints(document, hint_filename, &hint_xdpi, &hint_ydpi);
3626 if (hint_xdpi != 0) {
3627 res = hint_xdpi;

Completed in 40 milliseconds