Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBufferWin.cpp44 ClientToScreen(window, (POINT*)&bounds); in updateBounds()
45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
/external/angle/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()
/external/lzma/CPP/Windows/
DWindow.h82 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen() function
/external/skqp/tools/sk_app/win/
DWindow_win.cpp309 ClientToScreen(hWnd, &topLeft); in WndProc()
/external/skia/tools/sk_app/win/
DWindow_win.cpp311 ClientToScreen(hWnd, &topLeft); in WndProc()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c164 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()