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

/inkscape/src/ui/tools/
H A Dmesh-tool.cpp269 sp_mesh_context_is_over_line (MeshTool *rc, SPItem *item, Geom::Point event_p) function in namespace:Inkscape::UI::Tools
463 over_line |= sp_mesh_context_is_over_line (this, (SPItem*) line, Geom::Point(event->motion.x, event->motion.y));
598 over_line |= sp_mesh_context_is_over_line (this, (SPItem*)(*l), Geom::Point(event->motion.x, event->motion.y));
630 over_line = sp_mesh_context_is_over_line (this, (SPItem*) line, Geom::Point(event->motion.x, event->motion.y));

Completed in 17 milliseconds