Lines Matching defs:fillrect
1190 if (!prefs->getBool(prefs_path + "fillrect")) {
1200 if (prefs->getBool(prefs_path + "fillrect")) {
2339 bool fillrect = prefs->getBool(prefs_path + "fillrect");
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", false);
2977 prefs->setBool(prefs_path + "fillrect", true);