Lines Matching refs:top

1326     *y = rect.top;  in gui_mch_get_winpos()
1356 int top = 0; in gui_mch_set_text_area_pos() local
1361 top = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT; in gui_mch_set_text_area_pos()
1364 MoveWindow(s_tabhwnd, 0, top, rect.right, gui.tabline_height, TRUE); in gui_mch_set_text_area_pos()
1684 rc.top = FILL_Y(r); in gui_mch_invert_rectangle()
1686 rc.bottom = rc.top + nr * gui.char_height; in gui_mch_invert_rectangle()
1717 rc.top = FILL_Y(gui.row); in gui_mch_draw_hollow_cursor()
1721 rc.bottom = rc.top + gui.char_height; in gui_mch_draw_hollow_cursor()
1747 rc.top = FILL_Y(gui.row) + gui.char_height - h; in gui_mch_draw_part_cursor()
1749 rc.bottom = rc.top + h; in gui_mch_draw_part_cursor()
2198 rc.top = FILL_Y(row1); in gui_mch_clear_block()
2213 rc.top = 0; in gui_mch_clear_all()
2356 hChild = rChild.bottom - rChild.top; in CenterWindow()
2364 hParent = rParent.bottom - rParent.top; in CenterWindow()
2376 rScreen.top = 0; in CenterWindow()
2388 yNew = rParent.top + ((hParent - hChild) / 2); in CenterWindow()
2389 if (yNew < rScreen.top) in CenterWindow()
2390 yNew = rScreen.top; in CenterWindow()
2845 gui_redraw(ps.rcPaint.left, ps.rcPaint.top, in _OnPaint()
2847 ps.rcPaint.bottom - ps.rcPaint.top + 1); in _OnPaint()
2924 *y = (int)(mp.y - rct.top); in gui_mch_getmouse()
2937 y + gui.border_offset + rct.top); in gui_mch_setmouse()
2982 rc.top = 0; in gui_mch_flash()
3018 if (!is_point_onscreen(rc.left, rc.top)) in is_window_onscreen()
3022 if (!is_point_onscreen(rc.right, rc.top)) in is_window_onscreen()
3083 rc.top = FILL_Y(row); in gui_mch_delete_lines()
3128 rc.top = FILL_Y(row); in gui_mch_insert_lines()
3410 || (rc.bottom - rc.top != in gui_mch_maximized()
3411 wp.rcNormalPosition.bottom - wp.rcNormalPosition.top)) in gui_mch_maximized()
3433 rect.bottom - rect.top in gui_mch_newfont()
3446 rect.bottom - rect.top in gui_mch_newfont()
4273 menu_height = rc1.bottom - rc1.top + 1; in gui_mswin_get_menu_height()
4277 menu_height = rc2.bottom - rc1.top + 1; in gui_mswin_get_menu_height()
4536 h = lprc->bottom - lprc->top; in _DuringSizing()
4550 lprc->top += h_offset; in _DuringSizing()
4619 if (pt.y < rect.top) in _WndProc()
4639 if (pt.y < rect.top) in _WndProc()
4891 if (yPos < rct.top) in _WndProc()
5551 window_rect.bottom = window_rect.top + win_height; in gui_mch_set_shellsize()
5563 if ((direction & RESIZE_VERT) && window_rect.top < workarea_rect.top) in gui_mch_set_shellsize()
5564 OffsetRect(&window_rect, 0, workarea_rect.top - window_rect.top); in gui_mch_set_shellsize()
5566 MoveWindow(s_hwnd, window_rect.left, window_rect.top, in gui_mch_set_shellsize()
6148 rc.top = FILL_Y(row); in gui_mch_draw_string()
6448 *screen_h = workarea_rect.bottom - workarea_rect.top in gui_mch_get_screen_dimensions()
6688 y = (trect.top - rct.bottom + roct.bottom); in rebuild_tearoff()
6702 (int)trect.top, in rebuild_tearoff()
7008 maxDialogHeight = workarea_rect.bottom - workarea_rect.top - 150; in gui_mch_dialog()
7020 maxDialogHeight = rect.bottom - rect.top in gui_mch_dialog()
8557 pti->rect.top = pt.y - 3; in make_tooltip()