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

/inkscape/src/ui/dialog/
H A Dlayers.cpp677 int cell_height = rect.get_height(); local
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.cpp755 int cell_height = rect.get_height(); local
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.cpp1008 int cell_height = rect.get_height(); local
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 26 milliseconds