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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp1190 if (!prefs->getBool(prefs_path + "fillrect")) {
1200 if (prefs->getBool(prefs_path + "fillrect")) {
2339 bool fillrect = prefs->getBool(prefs_path + "fillrect"); local
2414 fillrect?
2415 (fabs(cur[Geom::X]) < fillwidth && i < 200) // prevent "freezing" with too large fillrect, arbitrarily limit rows
2419 fillrect?
2420 (fabs(cur[Geom::Y]) < fillheight && j < 200) // prevent "freezing" with too large fillrect, arbitrarily limit cols
2449 if (fillrect) {
2960 prefs->setBool(prefs_path + "fillrect", fals
[all...]

Completed in 33 milliseconds