Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c360 …SWP swpClient; …
362 …WinQueryWindowPos(pVideo->hidden->hwndClient, &swpClient); …
364 …(ppts->x) = (ppts->x) * pVideo->hidden->SrcBufferDesc.uiXResolution / swpClient.cx; …
365 …(ppts->y) = (ppts->y) * pVideo->hidden->SrcBufferDesc.uiYResolution / swpClient.cy; …
736 SWP swpClient; in WndProc() local
739 WinQueryWindowPos(pVideo->hidden->hwndClient, &swpClient); in WndProc()
744 ptl.x + swpClient.cx/2, in WndProc()
745 ptl.y + swpClient.cy/2); in WndProc()
788 SWP swpClient; in WndProc() local
791 WinQueryWindowPos(pVideo->hidden->hwndClient, &swpClient); in WndProc()
[all …]