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

/inkscape/src/
H A Dselection-chemistry.cpp3609 int const prefs_min = prefs->getInt("/options/createbitmap/minsize", 0); local
3613 } else if (0 < prefs_min) {
3615 res = Inkscape::Util::Quantity::convert(prefs_min, "in", "px") / MIN(bbox->width(), bbox->height());

Completed in 27 milliseconds