Searched refs:ClientToScreen (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferWin.cpp | 44 ClientToScreen(window, (POINT*)&bounds); in updateBounds() 45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 30 void ClientToScreen(HWND hwnd, LPRECT lpRect) { in ClientToScreen() function 35 ClientToScreen(hwnd, &ptTL); in ClientToScreen() 36 ClientToScreen(hwnd, &ptBR); in ClientToScreen() 531 ClientToScreen(hwnd, &rcItem); in accLocation() 565 ClientToScreen(node_->GetWindowHandle(), &rcItem); in accHitTest()
|
D | osr_window_win.cc | 975 ClientToScreen(hwnd_, &screen_pt); in GetScreenPoint()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.c | 199 if (ClientToScreen(hwnd, &point)) { in SetupWindowData() 245 ClientToScreen(hwnd, (LPPOINT) & rect); in SetupWindowData() 246 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in SetupWindowData() 830 ClientToScreen(data->hwnd, (LPPOINT) & rect); in WIN_UpdateClipCursor() 831 ClientToScreen(data->hwnd, (LPPOINT) & rect + 1); in WIN_UpdateClipCursor()
|
D | SDL_windowsevents.c | 780 ClientToScreen(hwnd, (LPPOINT) & rect); in WIN_WindowProc() 781 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in WIN_WindowProc() 892 ClientToScreen(hwnd, (LPPOINT) & rect); in WIN_WindowProc() 893 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in WIN_WindowProc()
|
D | SDL_windowsmouse.c | 235 ClientToScreen(hwnd, &pt); in WIN_WarpMouse()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 267 ClientToScreen(hWnd, &topLeft); in WndProc() 289 ClientToScreen(hWnd, &topLeft); in WndProc() 294 ClientToScreen(hWnd, &botRight); in WndProc() 744 ClientToScreen(mNativeWindow, &topLeft); in setMousePosition()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 266 ClientToScreen(hWnd, &topLeft); in WndProc() 285 ClientToScreen(hWnd, &topLeft); in WndProc() 290 ClientToScreen(hWnd, &botRight); in WndProc() 736 ClientToScreen(mNativeWindow, &topLeft); in setMousePosition()
|
/third_party/flutter/glfw/src/ |
D | win32_window.c | 244 ClientToScreen(window->win32.handle, (POINT*) &area.left); in cursorInClientArea() 245 ClientToScreen(window->win32.handle, (POINT*) &area.right); in cursorInClientArea() 273 ClientToScreen(window->win32.handle, (POINT*) &clipRect.left); in updateClipRect() 274 ClientToScreen(window->win32.handle, (POINT*) &clipRect.right); in updateClipRect() 1105 ClientToScreen(window->win32.handle, &pos); in _glfwPlatformGetWindowPos() 1462 ClientToScreen(window->win32.handle, &pos); in _glfwPlatformSetCursorPos()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_win32.cpp | 130 ::ClientToScreen(g_hWnd, &pos); in ImGui_ImplWin32_UpdateMousePos()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | Window_win.cpp | 311 ClientToScreen(hWnd, &topLeft); in WndProc()
|
/third_party/skia/tools/sk_app/win/ |
D | Window_win.cpp | 310 ClientToScreen(hWnd, &topLeft); in WndProc()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_win.cc | 370 ClientToScreen(window_info_.window, &screen_pt); in GetScreenPoint()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_framebuffer.c | 179 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 247 if (::ClientToScreen(bd->hWnd, &pos)) in ImGui_ImplWin32_UpdateMousePos()
|