Home
last modified time | relevance | path

Searched refs:ScreenToClient (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/
DWindow.h83 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/
Dosr_window_win.cc720 ::ScreenToClient(hwnd_, &p); in OnMouseEvent()
738 ScreenToClient(hwnd_, &screen_point); in OnMouseEvent()
859 ScreenToClient(hwnd_, &point); in OnTouchEvent()
1063 ScreenToClient(hwnd_, &pt); in StartDragging()
Droot_window_win.cc583 ::ScreenToClient(hWnd, &point); in RootWndProc()
1122 ::ScreenToClient(hWnd, &point); in SubclassedWindowProc()
Dosr_dragdrop_win.cc50 ScreenToClient(hWnd, &screen_point); in ToMouseEvent()
/third_party/lzma/CPP/Windows/Control/
DDialog.cpp188 ScreenToClient(&rect); in GetClientRectOfItem()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp253 if (::GetCursorPos(&pos) && ::ScreenToClient(mouse_window, &pos)) in ImGui_ImplWin32_UpdateMousePos()
/third_party/glfw/src/
Dwin32_window.c1445 ScreenToClient(window->win32.handle, &pos); in _glfwPlatformGetCursorPos()