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

/inkscape/src/display/
H A Dsp-canvas.h202 SPCanvasItem *_new_current_item; member in struct:SPCanvas
H A Dsp-canvas.cpp317 if (item == item->canvas->_new_current_item) {
318 item->canvas->_new_current_item = NULL;
1379 sp_canvas_item_invoke_point (_root, Geom::Point(x, y), &_new_current_item);
1381 _new_current_item = NULL;
1384 _new_current_item = NULL;
1387 if ((_new_current_item == _current_item) && !_left_grabbed_item) {
1393 if ((_new_current_item != _current_item) &&
1411 if ((_new_current_item != _current_item) && button_down) {
1419 _current_item = _new_current_item;

Completed in 201 milliseconds