Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h60 virtual void ClientToScreen(FX_HWND hWnd, int32_t& x, int32_t& y) = 0;
/external/lzma/CPP/Windows/
DWindow.h81 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
/external/v8/build/win/importlibs/x86/
Duser32.winxp.imports81 'ClientToScreen@8',
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp972 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu()
1467 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
DPWL_Edit.cpp614 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnRButtonUp()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp46 void ClientToScreen(FX_HWND hWnd, int32_t& x, int32_t& y) override {} in ClientToScreen() function in CFX_SystemHandler