Home
last modified time | relevance | path

Searched defs:ClientToScreen (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h81 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen() function
/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