Lines Matching refs:s_textArea

342 static HWND		s_textArea = NULL;  variable
380 if (s_textArea != NULL) in directx_binddc()
383 GetClientRect(s_textArea, &rect); in directx_binddc()
1030 SetCapture(s_textArea); in _OnMouseMoveOrRelease()
1346 SetWindowPos(s_textArea, NULL, x, y, w, h, SWP_NOZORDER | SWP_NOACTIVATE); in gui_mch_set_text_area_pos()
1414 GetWindowRect(s_textArea, &rcTxt); in gui_mch_get_scrollbar_xpadding()
1428 GetWindowRect(s_textArea, &rcTxt); in gui_mch_get_scrollbar_ypadding()
2021 MapWindowPoints(s_textArea, s_hwnd, &point, 1); in process_message()
2921 (void)GetWindowRect(s_textArea, &rct); in gui_mch_getmouse()
2935 (void)GetWindowRect(s_textArea, &rct); in gui_mch_setmouse()
3099 ScrollWindowEx(s_textArea, 0, -num_lines * gui.char_height, in gui_mch_delete_lines()
3101 UpdateWindow(s_textArea); in gui_mch_delete_lines()
3146 ScrollWindowEx(s_textArea, 0, num_lines * gui.char_height, in gui_mch_insert_lines()
3148 UpdateWindow(s_textArea); in gui_mch_insert_lines()
3165 ReleaseDC(s_textArea, s_hdc); in gui_mch_exit()
3502 SetClassLongPtr(s_textArea, GCLP_HCURSOR, (LONG_PTR)LoadCursor(NULL, idc)); in mch_set_mouse_shape()
3726 MapWindowPoints(s_hwnd, s_textArea, &pt, 1); in _OnDropFiles()
4618 GetWindowRect(s_textArea, &rect); in _WndProc()
4638 GetWindowRect(s_textArea, &rect); in _WndProc()
4890 GetWindowRect(s_textArea, &rct); in _WndProc()
5365 s_textArea = CreateWindowExW( in gui_mch_init()
5374 if (s_textArea == NULL) in gui_mch_init()
5390 s_hdc = GetDC(s_textArea); in gui_mch_init()
5840 MapWindowPoints(s_textArea, s_hwnd, &cfs.ptCurrentPos, 1); in im_set_position()
5962 MapWindowPoints(s_textArea, s_hwnd, &p, 1); in im_set_position()
8544 if (GetClientRect(s_textArea, &rect)) in make_tooltip()
8597 if (WindowFromPoint(pt) != s_textArea) in BevalTimerProc()
8600 ScreenToClient(s_textArea, &pt); in BevalTimerProc()
8601 GetClientRect(s_textArea, &rect); in BevalTimerProc()
8628 KillTimer(s_textArea, BevalTimerId); in gui_mch_disable_beval_area()
8639 BevalTimerId = SetTimer(s_textArea, 0, (UINT)(p_bdlay / 2), BevalTimerProc); in gui_mch_enable_beval_area()
8661 ScreenToClient(s_textArea, &pt); in gui_mch_post_balloon()
8692 beval->target = s_textArea; in gui_mch_create_beval_area()