Searched refs:swpOwner (Results 1 – 1 of 1) sorted by relevance
121 SWP swpOwner; in _WinQueryWindowPos() local147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()148 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()152 pswp->y = swpOwner.cy - (pswp->y + pswp->cy); in _WinQueryWindowPos()164 SWP swpOwner = {0}; in _WinSetWindowPos() local209 WinQueryWindowPos( hParent, &swpOwner); in _WinSetWindowPos()218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()219 ptlOwner.y = (swpOwner.cy - cy) / 2; in _WinSetWindowPos()228 ptlOwner.y = swpOwner.cy - (y + cy); in _WinSetWindowPos()232 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()[all …]
Completed in 37 milliseconds