Searched refs:ScreenToClient (Results 1 – 7 of 7) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| D | Window.h | 83 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function 143 ScreenToClient(&p1); in ChangeSubWindowSizeX() 147 void ScreenToClient(RECT *rect) in ScreenToClient() function 154 ScreenToClient(&p1); in ScreenToClient() 155 ScreenToClient(&p2); in ScreenToClient()
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_window_win.cc | 720 ::ScreenToClient(hwnd_, &p); in OnMouseEvent() 738 ScreenToClient(hwnd_, &screen_point); in OnMouseEvent() 859 ScreenToClient(hwnd_, &point); in OnTouchEvent() 1063 ScreenToClient(hwnd_, &pt); in StartDragging()
|
| D | root_window_win.cc | 583 ::ScreenToClient(hWnd, &point); in RootWndProc() 1122 ::ScreenToClient(hWnd, &point); in SubclassedWindowProc()
|
| D | osr_dragdrop_win.cc | 50 ScreenToClient(hWnd, &screen_point); in ToMouseEvent()
|
| /third_party/lzma/CPP/Windows/Control/ |
| D | Dialog.cpp | 188 ScreenToClient(&rect); in GetClientRectOfItem()
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_win32.cpp | 253 if (::GetCursorPos(&pos) && ::ScreenToClient(mouse_window, &pos)) in ImGui_ImplWin32_UpdateMousePos()
|
| /third_party/glfw/src/ |
| D | win32_window.c | 1445 ScreenToClient(window->win32.handle, &pos); in _glfwPlatformGetCursorPos()
|