Lines Matching refs:swp
195 SWP swp = {0}; in _WinSetWindowPos() local
196 WinQueryWindowPos( pFrame->mhWndClient, &swp); in _WinSetWindowPos()
197 cx = swp.cx; in _WinSetWindowPos()
198 cy = swp.cy; in _WinSetWindowPos()
2951 SWP swp; in UpdateFrameGeometry() local
2955 WinQueryWindowPos(pFrame->mhWndFrame, &swp); in UpdateFrameGeometry()
2956 if (swp.fl & SWP_MINIMIZE) in UpdateFrameGeometry()
2967 pFrame->maGeometry.nX = swp.x + nFrameX; in UpdateFrameGeometry()
2968 pFrame->maGeometry.nY = nScreenHeight - (swp.y + swp.cy) + nFrameY + nCaptionY; in UpdateFrameGeometry()
2970 int nWidth = swp.cx - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
2971 int nHeight = swp.cy - pFrame->maGeometry.nBottomDecoration - pFrame->maGeometry.nTopDecoration; in UpdateFrameGeometry()