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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp1158 double value = prefs->getDouble(prefs_path + "fillheight", 50.0);
2341 double fillheight = scale_units*prefs->getDoubleLimited(prefs_path + "fillheight", 50, 0, 1e6); local
2420 (fabs(cur[Geom::Y]) < fillheight && j < 200) // prevent "freezing" with too large fillrect, arbitrarily limit cols
2450 if ((cur[Geom::X] > fillwidth) || (cur[Geom::Y] > fillheight)) { // off limits
3000 prefs->setDouble(prefs_path + "fillheight", pixels);
3007 gdouble height_pixels = prefs->getDouble(prefs_path + "fillheight");

Completed in 24 milliseconds