Searched refs:ClientToScreen (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/include/ |
D | fx_systemhandler.h | 60 virtual void ClientToScreen(FX_HWND hWnd, int32_t& x, int32_t& y) = 0;
|
/external/lzma/CPP/Windows/ |
D | Window.h | 81 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_framebuffer.c | 162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
|
/external/v8/build/win/importlibs/x86/ |
D | user32.winxp.imports | 81 'ClientToScreen@8',
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 972 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu() 1467 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
|
D | PWL_Edit.cpp | 614 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnRButtonUp()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 46 void ClientToScreen(FX_HWND hWnd, int32_t& x, int32_t& y) override {} in ClientToScreen() function in CFX_SystemHandler
|