Searched defs:_ptHandleTest (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dconnector-tool.cpp341 bool ConnectorTool::_ptHandleTest(Geom::Point& p, gchar **href) { function in class:Inkscape::UI::Tools::ConnectorTool
496 bool found = this->_ptHandleTest(p, &this->shref);
522 this->_ptHandleTest(p, &this->ehref);
677 this->_ptHandleTest(p, &this->ehref);
757 bool found = this->_ptHandleTest(*p, &shape_label);

Completed in 17 milliseconds