Lines Matching refs:cx

126 					pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy);  in _WinQueryWindowPos()
147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()
156 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
162 LONG cx, LONG cy, ULONG fl) in _WinSetWindowPos() argument
170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
190 cx+2*frameFrameX, cy+2*frameFrameY+frameCaptionY, flag); in _WinSetWindowPos()
197 cx = swp.cx; in _WinSetWindowPos()
218 ptlOwner.x = (swpOwner.cx - cx) / 2; 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()
248 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
414 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()
726 WinSetWindowPos( hWndFrame, NULL, aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, in ImplSalCreateFrame()
1268 nWidth = aSWP.cx; in SetWindowState()
1361 aPlacement.cx = nWidth; in SetWindowState()
1365 aPlacement.cx, aPlacement.cy, aPlacement.fl ); in SetWindowState()
1458 maFullScreenRect.cx, maFullScreenRect.cy, in ShowFullScreen()
2970 int nWidth = swp.cx - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
3532 ImplHandleSizeMsg( hWnd, MPFROM2SHORT( pswp->cx, pswp->cy) ); in SalFrameWndProc()