Lines Matching defs:point
53 #include "ui/tool/control-point.h"
560 // (i.e. canvas will always get scrolled all the way to the mouse release point,
817 Geom::Point const scroll_dt = desktop->point();
923 * Delete a selected GrDrag point
1144 * Returns item at point p in desktop.
1169 * Returns item if it is under point p in desktop, at any depth; otherwise returns NULL.
1283 // We must snap at some point in time though, so set a watchdog timer at some time from
1372 ControlPoint *point = reinterpret_cast<ControlPoint*> (pitem2);
1373 if (point) {
1374 if (point->position().isFinite() && (dt == point->_desktop)) {
1375 point->_eventHandler(ec, dse->getEvent());
1380 // --> at some time, some point with X = 0 and Y = nan (not a number) is created ...
1382 g_warning ("encountered non finite point when evaluating snapping callback");