Searched refs:ScreenToClient (Results 1 – 6 of 6) sorted by relevance
82 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function142 ScreenToClient(&p1); in ChangeSubWindowSizeX()146 void ScreenToClient(RECT *rect) in ScreenToClient() function153 ScreenToClient(&p1); in ScreenToClient()154 ScreenToClient(&p2); in ScreenToClient()
61 virtual void ScreenToClient(FX_HWND hWnd, int32_t& x, int32_t& y) = 0;
166 ScreenToClient(mHwnd, &point); in capture()
144 ScreenToClient(&rect); in GetClientRectOfItem()
527 'ScreenToClient@8',
47 void ScreenToClient(FX_HWND hWnd, int32_t& x, int32_t& y) override {} in ScreenToClient() function in CFX_SystemHandler