Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DWindow.h82 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function
146 void ScreenToClient(RECT *rect) in ScreenToClient() function
/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