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

/inkscape/src/
H A Dgradient-drag.h163 SPStop *addStopNearPoint(SPItem *item, Geom::Point mouse_p, double tolerance);
H A Dgradient-drag.cpp358 SPStop *GrDrag::addStopNearPoint(SPItem *item, Geom::Point mouse_p, double tolerance) function in class:GrDrag
607 SPStop *stop = addStopNearPoint(line->item, p, 5/desktop->current_zoom());
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp455 SPStop *newstop = ec->get_drag()->addStopNearPoint (item, mouse_p, tolerance/desktop->current_zoom());
H A Dmesh-tool.cpp308 ec->get_drag()->addStopNearPoint (item, mouse_p, tolerance/desktop->current_zoom());

Completed in 116 milliseconds