Home
last modified time | relevance | path

Searched refs:ClientToScreen (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferWin.cpp44 ClientToScreen(window, (POINT*)&bounds); in updateBounds()
45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc30 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()
Dosr_window_win.cc975 ClientToScreen(hwnd_, &screen_pt); in GetScreenPoint()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c199 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()
DSDL_windowsevents.c780 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()
DSDL_windowsmouse.c235 ClientToScreen(hwnd, &pt); in WIN_WarpMouse()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp267 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/
DWin32Window.cpp266 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/
Dwin32_window.c244 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/
Dimgui_impl_win32.cpp130 ::ClientToScreen(g_hWnd, &pos); in ImGui_ImplWin32_UpdateMousePos()
/third_party/flutter/skia/tools/sk_app/win/
DWindow_win.cpp311 ClientToScreen(hWnd, &topLeft); in WndProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp310 ClientToScreen(hWnd, &topLeft); in WndProc()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc370 ClientToScreen(window_info_.window, &screen_pt); in GetScreenPoint()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c179 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp247 if (::ClientToScreen(bd->hWnd, &pos)) in ImGui_ImplWin32_UpdateMousePos()