Searched defs:swpClient (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A 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; local
739 WinQueryWindowPos(pVideo->hidden->hwndClient, &swpClient);
744 ptl.x + swpClient.cx/2,
745 ptl.y + swpClient.cy/2);
788 SWP swpClient; local
791 WinQueryWindowPos(pVideo->hidden->hwndClient, &swpClient);
832 SWP swpClient; local
877 SWP swpClient; local
918 SWP swpClient; local
1495 SWP swpClient; local
2025 SWP swpClient; local
2094 SWP swpClient; local
[all...]

Completed in 257 milliseconds