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

/inkscape/src/ui/tools/
H A Ddynamic-base.h111 Geom::Point getNormalizedPoint(Geom::Point v) const;
H A Ddynamic-base.cpp134 Geom::Point DynamicBase::getNormalizedPoint(Geom::Point v) const { function in class:Inkscape::UI::Tools::DynamicBase
H A Dcalligraphic-tool.cpp200 //Geom::Point CalligraphicTool::getNormalizedPoint(Geom::Point v) const {
218 this->last = this->cur = this->getNormalizedPoint(p);
249 Geom::Point n = this->getNormalizedPoint(p);
H A Deraser-tool.cpp170 this->last = this->cur = getNormalizedPoint(p);
197 Geom::Point n = getNormalizedPoint(p);

Completed in 37 milliseconds