Lines Matching refs:swpOwner
121 SWP swpOwner; in _WinQueryWindowPos() local
143 WinQueryWindowPos( pParentFrame->mhWndClient, &swpOwner); in _WinQueryWindowPos()
147 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() local
209 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()
242 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()