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

/inkscape/src/ui/dialog/
H A Dlayers.cpp664 int cell_x = 0, cell_y = 0; local
673 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
678 _dnd_into = (cell_y > (int)(cell_height * 1/3) && cell_y <= (int)(cell_height * 2/3));
679 if (cell_y > (int)(cell_height * 2/3)) {
H A Dtags.cpp738 int cell_x = 0, cell_y = 0; local
751 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
756 _dnd_into = (cell_y > (int)(cell_height * 1/3) && cell_y <= (int)(cell_height * 2/3));
757 if (cell_y > (int)(cell_height * 2/3)) {
H A Dobjects.cpp992 int cell_x = 0, cell_y = 0; local
1004 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
1009 _dnd_into = (cell_y > (int)(cell_height * 1/4) && cell_y <= (int)(cell_height * 3/4));
1010 if (cell_y > (int)(cell_height * 3/4)) {

Completed in 20 milliseconds