Home
last modified time | relevance | path

Searched refs:ClientToScreen (Results 1 – 10 of 10) 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/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/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/lzma/CPP/Windows/
DWindow.h82 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen() function
/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()