Lines Matching defs:SprayTool
111 const std::string& SprayTool::getPrefsPath() {
112 return SprayTool::prefsPath;
115 const std::string SprayTool::prefsPath = "/tools/spray";
152 SprayTool::SprayTool()
198 SprayTool::~SprayTool() {
208 void SprayTool::update_cursor(bool /*with_shift*/) {
237 void SprayTool::setup() {
290 void SprayTool::setCloneTilerPrefs() {
303 void SprayTool::set(const Inkscape::Preferences::Entry& val) {
357 static void sp_spray_extinput(SprayTool *tc, GdkEvent *event)
366 static double get_width(SprayTool *tc)
372 static double get_dilate_radius(SprayTool *tc)
377 static double get_path_mean(SprayTool *tc)
382 static double get_path_standard_deviation(SprayTool *tc)
387 static double get_population(SprayTool *tc)
393 static double get_pressure(SprayTool *tc)
399 static double get_move_mean(SprayTool *tc)
404 static double get_move_standard_deviation(SprayTool *tc)
1146 static bool sp_spray_dilate(SprayTool *tc, Geom::Point /*event_p*/, Geom::Point p, Geom::Point vector, bool reverse)
1235 static void sp_spray_update_area(SprayTool *tc)
1243 static void sp_spray_switch_mode(SprayTool *tc, gint mode, bool with_shift)
1252 bool SprayTool::root_handler(GdkEvent* event) {