Lines Matching refs:swp
193 SWP swp = {0}; in _WinSetWindowPos() local
194 WinQueryWindowPos( pFrame->mhWndClient, &swp); in _WinSetWindowPos()
195 cx = swp.cx; in _WinSetWindowPos()
196 cy = swp.cy; in _WinSetWindowPos()
2947 SWP swp; in UpdateFrameGeometry() local
2951 WinQueryWindowPos(pFrame->mhWndFrame, &swp); in UpdateFrameGeometry()
2952 if (swp.fl & SWP_MINIMIZE) in UpdateFrameGeometry()
2963 pFrame->maGeometry.nX = swp.x + nFrameX; in UpdateFrameGeometry()
2964 pFrame->maGeometry.nY = nScreenHeight - (swp.y + swp.cy) + nFrameY + nCaptionY; in UpdateFrameGeometry()
2966 int nWidth = swp.cx - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
2967 int nHeight = swp.cy - pFrame->maGeometry.nBottomDecoration - pFrame->maGeometry.nTopDecoration; in UpdateFrameGeometry()