Home
last modified time | relevance | path

Searched refs:WINDOW_TOP_EDGE_LINE (Results 1 – 14 of 14) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dwindow.h711 #define WINDOW_TOP_EDGE_LINE(W) (W)->top_line macro
716 (WINDOW_TOP_EDGE_LINE (W) + WINDOW_TOTAL_LINES (W))
H A Ddispnew.c231 #define WINDOW_TO_FRAME_VPOS(W, VPOS) ((VPOS) + WINDOW_TOP_EDGE_LINE (W))
1898 struct glyph_row *fr = fm->rows + i + WINDOW_TOP_EDGE_LINE (w); in fake_current_matrices()
2853 frame_row = f->current_matrix->rows + WINDOW_TOP_EDGE_LINE (w); in sync_window_with_frame_matrix_rows()
2881 else if (row >= WINDOW_TOP_EDGE_LINE (w) in frame_row_to_window()
3080 vpos += WINDOW_TOP_EDGE_LINE (w); in window_to_frame_vpos()
4888 int top = WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f))); in update_frame_1()
H A Dmsdos.c1186 && WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f))) <= new_pos_Y) in IT_cmgoto()
H A Dwindow.c3261 top = (WINDOW_TOP_EDGE_LINE (w)
3414 new_top = WINDOW_TOP_EDGE_LINE (w) - FRAME_TOP_MARGIN (XFRAME (WINDOW_FRAME (w)));
H A Dxdisp.c20624 frame_row = f->current_matrix->rows + WINDOW_TOP_EDGE_LINE (w); in sync_frame_with_window_matrix_rows()
21303 int from = WINDOW_TOP_EDGE_LINE (w) + from_vpos; in try_window_id()
21304 int end = (WINDOW_TOP_EDGE_LINE (w) in try_window_id()
H A DChangeLog.1317724 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
H A DChangeLog.1018328 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
/dports/editors/emacs/emacs-27.2/src/
H A Dwindow.h711 #define WINDOW_TOP_EDGE_LINE(W) (W)->top_line macro
716 (WINDOW_TOP_EDGE_LINE (W) + WINDOW_TOTAL_LINES (W))
H A Ddispnew.c232 #define WINDOW_TO_FRAME_VPOS(W, VPOS) ((VPOS) + WINDOW_TOP_EDGE_LINE (W))
1887 struct glyph_row *fr = fm->rows + i + WINDOW_TOP_EDGE_LINE (w); in fake_current_matrices()
2842 frame_row = f->current_matrix->rows + WINDOW_TOP_EDGE_LINE (w); in sync_window_with_frame_matrix_rows()
2870 else if (row >= WINDOW_TOP_EDGE_LINE (w) in frame_row_to_window()
3069 vpos += WINDOW_TOP_EDGE_LINE (w); in window_to_frame_vpos()
4806 int top = WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f))); in update_frame_1()
H A Dmsdos.c1186 && WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f))) <= new_pos_Y) in IT_cmgoto()
H A Dwindow.c3227 top = (WINDOW_TOP_EDGE_LINE (w)
3383 new_top = WINDOW_TOP_EDGE_LINE (w) - FRAME_TOP_MARGIN (XFRAME (WINDOW_FRAME (w)));
H A Dxdisp.c19911 frame_row = f->current_matrix->rows + WINDOW_TOP_EDGE_LINE (w); in sync_frame_with_window_matrix_rows()
20584 int from = WINDOW_TOP_EDGE_LINE (w) + from_vpos; in try_window_id()
20585 int end = (WINDOW_TOP_EDGE_LINE (w) in try_window_id()
H A DChangeLog.1317724 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
H A DChangeLog.1018328 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that