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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp408 Geom::Point del_left = dezoomify_factor * (width + tremble_left) * this->ang; local
411 this->point1[this->npoints] = brush + del_left;
414 this->del = 0.5*(del_left + del_right);
H A Deraser-tool.cpp342 Geom::Point del_left = dezoomify_factor * (width + tremble_left) * this->ang; local
345 this->point1[this->npoints] = brush + del_left;
351 this->del = 0.5*(del_left + del_right);

Completed in 17 milliseconds