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

/inkscape/src/widgets/
H A Deraser-toolbar.cpp63 prefs->setDouble( "/tools/eraser/mass", gtk_adjustment_get_value(adj) );
76 GtkAction *mass = GTK_ACTION( g_object_get_data(tbl, "mass") ); local
80 gtk_action_set_visible( mass, TRUE );
84 gtk_action_set_visible( mass, FALSE );
173 "/tools/eraser/mass", 10.0,
179 g_object_set_data( holder, "mass", eact );
196 GtkAction *mass = GTK_ACTION( g_object_get_data(holder, "mass") ); local
200 gtk_action_set_visible( mass, TRU
[all...]
/inkscape/src/ui/tools/
H A Ddynamic-base.h94 double mass, drag; member in class:Inkscape::UI::Tools::DynamicBase
H A Ddynamic-base.cpp52 , mass(0.3)
108 if (path == "mass") {
109 this->mass = 0.01 * CLAMP(value.getInt(10), 0, 100);
H A Dcalligraphic-tool.cpp156 sp_event_context_read(this, "mass");
190 //g_print("DDC: %g %g %g %g\n", ddc->mass, ddc->drag, ddc->angle, ddc->width);
251 /* Calculate mass and drag */
252 double const mass = flerp(1.0, 160.0, this->mass); local
269 this->acc = force / mass;
354 // get the real brush point, not the same as pointer (affected by hatch tracking and/or mass
553 // mass recommended; with zero mass, jerks are still quite noticeable).
H A Deraser-tool.cpp128 {"mass",0.02, 0.0, 1.0},
138 sp_event_context_read(this, "mass");
199 /* Calculate mass and drag */
200 double const mass = flerp(1.0, 160.0, this->mass); local
217 this->acc = force / mass;
302 // get the real brush point, not the same as pointer (affected by hatch tracking and/or mass

Completed in 21 milliseconds