Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DWindow.h82 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function
142 ScreenToClient(&p1); in ChangeSubWindowSizeX()
146 void ScreenToClient(RECT *rect) in ScreenToClient() function
153 ScreenToClient(&p1); in ScreenToClient()
154 ScreenToClient(&p2); in ScreenToClient()
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h61 virtual void ScreenToClient(FX_HWND hWnd, int32_t& x, int32_t& y) = 0;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32Mouse.cpp166 ScreenToClient(mHwnd, &point); in capture()
/external/lzma/CPP/Windows/Control/
DDialog.cpp144 ScreenToClient(&rect); in GetClientRectOfItem()
/external/v8/build/win/importlibs/x86/
Duser32.winxp.imports527 'ScreenToClient@8',
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp47 void ScreenToClient(FX_HWND hWnd, int32_t& x, int32_t& y) override {} in ScreenToClient() function in CFX_SystemHandler