Searched refs:Y_2_ROW (Results 1 – 4 of 4) sorted by relevance
2705 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 …]
91 # define Y_2_ROW(y) ((y) / gui.char_height) macro99 # define Y_2_ROW(y) (((y) - gui.border_offset) / gui.char_height) macro
156 row = Y_2_ROW(beval->y); in get_beval_info()
2291 if (Y_2_ROW(y) == Rows - 1) in get_shape_idx()