Lines Matching refs:y

880     int y,  in _OnMouseEvent()  argument
895 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); in _OnMouseEvent()
903 int y, in _OnMouseButtonDown() argument
954 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0); in _OnMouseButtonDown()
958 _OnMouseEvent(button, x, y, repeated_click, keyFlags); in _OnMouseButtonDown()
965 _OnMouseEvent(s_button_pending, x, y, FALSE, keyFlags); in _OnMouseButtonDown()
969 _OnMouseEvent(button, x, y, repeated_click, keyFlags); in _OnMouseButtonDown()
988 s_y_pending = y; in _OnMouseButtonDown()
1000 int y, in _OnMouseMoveOrRelease() argument
1022 gui_mouse_moved(x, y); in _OnMouseMoveOrRelease()
1041 _OnMouseEvent(button, x, y, FALSE, keyFlags); in _OnMouseMoveOrRelease()
1320 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() argument
1326 *y = rect.top; in gui_mch_get_winpos()
1335 gui_mch_set_winpos(int x, int y) in gui_mch_set_winpos() argument
1337 SetWindowPos(s_hwnd, NULL, x, y, 0, 0, in gui_mch_set_winpos()
1341 gui_mch_set_text_area_pos(int x, int y, int w, int h) in gui_mch_set_text_area_pos() argument
1346 SetWindowPos(s_textArea, NULL, x, y, w, h, SWP_NOZORDER | SWP_NOACTIVATE); in gui_mch_set_text_area_pos()
1371 if (oldx != x || oldy != y) in gui_mch_set_text_area_pos()
1375 oldy = y; in gui_mch_set_text_area_pos()
1400 int y, in gui_mch_set_scrollbar_pos() argument
1404 SetWindowPos(sb->id, NULL, x, y, w, h, in gui_mch_set_scrollbar_pos()
2020 point.y = FILL_Y(gui.row); in process_message()
2233 int y UNUSED, in gui_mch_set_menu_pos()
2475 rval = TrackPopupMenuEx(tab_pmenu, TPM_RETURNCMD, pt.x, pt.y, s_tabhwnd, in show_tabline_popup_menu()
2490 htinfo.pt.y = pt.y; in show_tabline_popup_menu()
2773 gui_mch_show_popupmenu_at(vimmenu_T *menu, int x, int y) in gui_mch_show_popupmenu_at() argument
2781 x, y, in gui_mch_show_popupmenu_at()
2916 gui_mch_getmouse(int *x, int *y) in gui_mch_getmouse() argument
2924 *y = (int)(mp.y - rct.top); in gui_mch_getmouse()
2931 gui_mch_setmouse(int x, int y) in gui_mch_setmouse() argument
2937 y + gui.border_offset + rct.top); in gui_mch_setmouse()
2997 is_point_onscreen(int x, int y) in is_point_onscreen() argument
2999 POINT pt = {x, y}; in is_point_onscreen()
3509 (void)SetCursorPos(mp.x, mp.y); in mch_set_mouse_shape()
3755 gui_handle_drop(pt.x, pt.y, modifiers, fnames, cFiles); in _OnDropFiles()
4160 WORD y,
4468 static int x = 0, y = 0, cx = 0, cy = 0; in _OnWindowPosChanged() local
4471 if (WSInitialized && (lpwpos->x != x || lpwpos->y != y in _OnWindowPosChanged()
4475 y = lpwpos->y; in _OnWindowPosChanged()
4478 netbeans_frame_moved(x, y); in _OnWindowPosChanged()
4619 if (pt.y < rect.top) in _WndProc()
4639 if (pt.y < rect.top) in _WndProc()
4745 htinfo.pt.y = pt.y; in _WndProc()
4876 int x, y; in _WndProc() local
4895 (void)gui_mch_get_winpos(&x, &y); in _WndProc()
5839 cfs.ptCurrentPos.y = FILL_Y(row); in im_set_position()
5961 p.y = FILL_Y(row); in im_set_position()
6068 int y, in set_pixel() argument
6073 DWriteContext_SetPixel(s_dwc, x, y, color); in set_pixel()
6076 SetPixel(s_hdc, x, y, color); in set_pixel()
6120 int y; in gui_mch_draw_string() local
6379 y = FILL_Y(row + 1) - 1; in gui_mch_draw_string()
6381 y -= p_linespace - 1; in gui_mch_draw_string()
6382 draw_line(FILL_X(col), y, FILL_X(col + len), y, gui.currFgColor); in gui_mch_draw_string()
6388 y = FILL_Y(row + 1) - gui.char_height/2; in gui_mch_draw_string()
6389 draw_line(FILL_X(col), y, FILL_X(col + len), y, gui.currSpColor); in gui_mch_draw_string()
6399 y = FILL_Y(row + 1) - 1; in gui_mch_draw_string()
6403 set_pixel(x, y - offset, gui.currSpColor); in gui_mch_draw_string()
6512 gui_mch_show_popupmenu_at(menu, (int)mp.x, (int)mp.y); in gui_mch_show_popupmenu()
6532 p.y += my; in gui_make_popup()
6537 p.y += TEXT_Y(W_WINROW(curwin) + curwin->w_wrow + 1); in gui_make_popup()
6540 gui_mch_show_popupmenu_at(menu, (int)p.x, (int)p.y); in gui_make_popup()
6678 int x, y; in rebuild_tearoff() local
6688 y = (trect.top - rct.bottom + roct.bottom); in rebuild_tearoff()
6692 x = y = 0xffffL; in rebuild_tearoff()
6697 gui_mch_tearoff(tbuf, menu, x, y); in rebuild_tearoff()
7364 WORD y, in add_dialog_element() argument
7380 *p++ = y; in add_dialog_element()
7517 (int)mp.y, in tearoff_callback()
7639 int y; in gui_mch_tearoff() local
7653 SetWindowPos(menu->tearoff_handle, NULL, mp.x, mp.y, 0, 0, in gui_mch_tearoff()
7756 gui_mch_getmouse(&x, &y); in gui_mch_tearoff()
7762 *p++ = PixelToDialogY(y); // y in gui_mch_tearoff()
8129 s_pt.y = GET_Y_LPARAM(lParam); in tabline_wndproc()
8139 pt.y = s_pt.y; in tabline_wndproc()
8275 int x, y, w, h; in gui_mch_drawsign() local
8286 y = TEXT_Y(row); in gui_mch_drawsign()
8298 BitBlt(s_hdc, x, y, w, h, hdcMem, 0, 0, SRCCOPY); in gui_mch_drawsign()
8305 DrawIconEx(s_hdc, x, y, (HICON)sign->hImage, w, h, 0, NULL, DI_NORMAL); in gui_mch_drawsign()
8316 BitBlt(s_hdc, x, y, w, h, hdcMem, 0, 0, SRCAND); in gui_mch_drawsign()
8320 BitBlt(s_hdc, x, y, w, h, hdcMem, 0, 0, SRCPAINT); in gui_mch_drawsign()
8557 pti->rect.top = pt.y - 3; in make_tooltip()
8559 pti->rect.bottom = pt.y + 3; in make_tooltip()
8609 || abs(cur_beval->y - pt.y) > 3)) in BevalTimerProc()
8615 cur_beval->y = pt.y; in BevalTimerProc()
8663 if (abs(beval->x - pt.x) < 3 && abs(beval->y - pt.y) < 3) in gui_mch_post_balloon()
8778 int y; in netbeans_draw_multisign_indicator() local
8785 y = TEXT_Y(row); in netbeans_draw_multisign_indicator()
8793 SetPixel(s_hdc, x+2, y++, gui.currFgColor); in netbeans_draw_multisign_indicator()
8795 SetPixel(s_hdc, x+0, y, gui.currFgColor); in netbeans_draw_multisign_indicator()
8796 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator()
8797 SetPixel(s_hdc, x+4, y++, gui.currFgColor); in netbeans_draw_multisign_indicator()
8798 SetPixel(s_hdc, x+1, y, gui.currFgColor); in netbeans_draw_multisign_indicator()
8799 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator()
8800 SetPixel(s_hdc, x+3, y++, gui.currFgColor); in netbeans_draw_multisign_indicator()
8801 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator()