Home
last modified time | relevance | path

Searched refs:Y_2_ROW (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c2705 row1 = Y_2_ROW(y); in gui_redraw()
2707 row2 = Y_2_ROW(y + h - 1); in gui_redraw()
3198 if (Y_2_ROW(y) >= msg_row) in gui_send_mouse_event()
3210 if (Y_2_ROW(y) < cmdline_row && button != MOUSE_MIDDLE) in gui_send_mouse_event()
3291 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), in gui_send_mouse_event()
3406 int row = check_row(Y_2_ROW(y)); in gui_xy2colrow()
4914 if (Y_2_ROW(y) < tabline_height()) in gui_mouse_focus()
4984 && y >= 0 && Y_2_ROW(y) >= tabline_height()) in gui_mouse_window()
5020 row = Y_2_ROW(y); in xy2win()
5030 if (Y_2_ROW(y) >= msg_row) in xy2win()
[all …]
H A Dgui.h91 # define Y_2_ROW(y) ((y) / gui.char_height) macro
99 # define Y_2_ROW(y) (((y) - gui.border_offset) / gui.char_height) macro
H A Dbeval.c156 row = Y_2_ROW(beval->y); in get_beval_info()
H A Dmisc2.c2291 if (Y_2_ROW(y) == Rows - 1) in get_shape_idx()