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

/inkscape/src/display/
H A Dsp-canvas.h216 int _close_enough; member in struct:SPCanvas
H A Dsp-canvas.cpp811 int x1 = (int)(x - item->canvas->_close_enough);
812 int y1 = (int)(y - item->canvas->_close_enough);
813 int x2 = (int)(x + item->canvas->_close_enough);
814 int y2 = (int)(y + item->canvas->_close_enough);
840 if (pickable && point_item && ((int) (dist + 0.5) <= item->canvas->_close_enough)) {

Completed in 21 milliseconds