Searched refs:tremble_left (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
395 tremble_left = (y1)*this->tremor * (0.15 + 0.8*width) * (0.35 + 14*Geom::L2(this->vel));
408 Geom::Point del_left = dezoomify_factor * (width + tremble_left) * this->ang;
H A Deraser-tool.cpp311 double tremble_left = 0, tremble_right = 0; local
329 tremble_left = (y1)*this->tremor * (0.15 + 0.8*width) * (0.35 + 14*Geom::L2(this->vel));
342 Geom::Point del_left = dezoomify_factor * (width + tremble_left) * this->ang;

Completed in 19 milliseconds