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

/inkscape/src/ui/tools/
H A Ddynamic-base.h98 double vel_thin; member in class:Inkscape::UI::Tools::DynamicBase
H A Ddynamic-base.cpp56 , vel_thin(0.1)
117 this->vel_thin = 0.01 * CLAMP(value.getInt(10), -100, 100);
H A Dcalligraphic-tool.cpp112 this->vel_thin = 0.1;
349 double vel_thin = flerp (0, 160, this->vel_thin); local
375 double width = (pressure_thick * trace_thick - vel_thin * Geom::L2(this->vel)) * this->width;
H A Deraser-tool.cpp297 double vel_thin = flerp (0, 160, this->vel_thin); local
309 double width = (pressure_thick * trace_thick - vel_thin * Geom::L2(this->vel)) * this->width;

Completed in 21 milliseconds