Lines Matching refs:cy
126 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
148 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()
152 pswp->y = swpOwner.cy - (pswp->y + pswp->cy); 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()
182 if (pFrame->maGeometry.nHeight != cy) { in _WinSetWindowPos()
186 nY = aSWP.y - (cy + 2*frameFrameY + frameCaptionY - aSWP.cy); in _WinSetWindowPos()
190 cx+2*frameFrameX, cy+2*frameFrameY+frameCaptionY, flag); in _WinSetWindowPos()
198 cy = swp.cy; 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()
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()
413 pFrame->maState.mnY = nScreenHeight - (aSWP.y+aSWP.cy)+nTopDeco; in ImplSaveFrameState()
415 pFrame->maState.mnHeight = aSWP.cy-nTopDeco-nBottomDeco; in ImplSaveFrameState()
726 WinSetWindowPos( hWndFrame, NULL, aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, in ImplSalCreateFrame()
1263 nY = nScreenHeight - (aSWP.y+aSWP.cy); in SetWindowState()
1272 nHeight = aSWP.cy; in SetWindowState()
1362 aPlacement.cy = nHeight; in SetWindowState()
1365 aPlacement.cx, aPlacement.cy, aPlacement.fl ); in SetWindowState()
1458 maFullScreenRect.cx, maFullScreenRect.cy, in ShowFullScreen()
2968 pFrame->maGeometry.nY = nScreenHeight - (swp.y + swp.cy) + nFrameY + nCaptionY; in UpdateFrameGeometry()
2971 int nHeight = swp.cy - pFrame->maGeometry.nBottomDecoration - pFrame->maGeometry.nTopDecoration; in UpdateFrameGeometry()
3532 ImplHandleSizeMsg( hWnd, MPFROM2SHORT( pswp->cx, pswp->cy) ); in SalFrameWndProc()