Searched refs:tremble_right (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp377 double tremble_left = 0, tremble_right = 0; local
396 tremble_right = (y2)*this->tremor * (0.15 + 0.8*width) * (0.35 + 14*Geom::L2(this->vel));
409 Geom::Point del_right = dezoomify_factor * (width + tremble_right) * this->ang;
H A Deraser-tool.cpp311 double tremble_left = 0, tremble_right = 0; local
330 tremble_right = (y2)*this->tremor * (0.15 + 0.8*width) * (0.35 + 14*Geom::L2(this->vel));
343 Geom::Point del_right = dezoomify_factor * (width + tremble_right) * this->ang;

Completed in 24 milliseconds