Lines Matching refs:top

199                 long nTopDeco = abs( aRect.top - aRect2.top );  in ImplSaveFrameState()
205 pFrame->maState.mnY = aRect.top + nTopDeco; in ImplSaveFrameState()
207 pFrame->maState.mnHeight = aRect.bottom - aRect.top - nTopDeco - nBottomDeco; in ImplSaveFrameState()
219 long nTopDeco = abs( aRect.top - aRect2.top ); in ImplSaveFrameState()
227 pFrame->maState.mnY = aRect.top+nTopDeco; in ImplSaveFrameState()
229 pFrame->maState.mnHeight = aRect.bottom-aRect.top-nTopDeco-nBottomDeco; in ImplSaveFrameState()
290 pRect->left = pRect->top = 0; in ImplSalGetWorkArea()
320 pRect->top = GetSystemMetrics( SM_YVIRTUALSCREEN ); in ImplSalGetWorkArea()
322 pRect->bottom = pRect->top + GetSystemMetrics( SM_CYVIRTUALSCREEN ); in ImplSalGetWorkArea()
332 scrRect.top = 0; in ImplSalGetWorkArea()
337 pRect->top += wRect.top; in ImplSalGetWorkArea()
348 pRect->left = pRect->top = 0; in ImplSalGetWorkArea()
833 aWinRect.top = 0; in ImplSalAddBorder()
838 height = aWinRect.bottom - aWinRect.top + 1; in ImplSalAddBorder()
1325 … (aRectPreMatrox.left != aRectPostMatrox.left || aRectPreMatrox.top != aRectPostMatrox.top) ) in ImplSalShow()
1326 …SetWindowPos( hWnd, 0, aRectPreMatrox.left, aRectPreMatrox.top, 0, 0, SWP_NOZORDER | SWP_NOACTIVAT… in ImplSalShow()
1472 nY = aWindowRect.top; in SetPosSize()
1476 nHeight = aClientRect.bottom-aClientRect.top; in SetPosSize()
1482 aWinRect.top = 0; in SetPosSize()
1487 nHeight = aWinRect.bottom - aWinRect.top + 1; in SetPosSize()
1527 nY += aWinRect.top; in SetPosSize()
1538 nScreenY = aRect.top; in SetPosSize()
1540 nScreenHeight = aRect.bottom-aRect.top; in SetPosSize()
1558 int nParentHeight = aParentRect.bottom-aParentRect.top; in SetPosSize()
1566 nY = aParentRect.top+nOff; in SetPosSize()
1571 nY = (nParentHeight-nHeight)/2 + aParentRect.top; in SetPosSize()
1580 aRect.top = pt.y; in SetPosSize()
1589 nY = ((aRect.bottom-aRect.top)-nHeight)/2 + aRect.top; in SetPosSize()
1826 rRect.nTop = aRect.top; in GetWorkArea()
1858 nScreenY = aRect.top-10; in SetWindowState()
1860 nScreenHeight = aRect.bottom-aRect.top+20; in SetWindowState()
1871 long nTopDeco = abs( aWinRect.top - aRect2.top ); in SetWindowState()
1888 nY = aWinRect.top; in SetWindowState()
1896 nHeight = aWinRect.bottom-aWinRect.top; in SetWindowState()
1969 aStateRect.top = nY; in SetWindowState()
1989 aPlacement.rcNormalPosition.top = nY-nScreenY; in SetWindowState()
2095 maFullScreenRect.top, in ShowFullScreen()
2097 maFullScreenRect.bottom-maFullScreenRect.top, in ShowFullScreen()
3144 int nDY = aRect.bottom-aRect.top; in SnapShot()
3263 pBoundRect->top = nY; in UnionClipRegion()
3273 if ( nY < pBoundRect->top ) in UnionClipRegion()
3274 pBoundRect->top = (int)nY; in UnionClipRegion()
3284 pRect->top = (int)nY; in UnionClipRegion()
3304 hRegion = CreateRectRgn( pRect->left, pRect->top, in EndSetClipRegion()
3324 OffsetRgn( hRegion, aPt.x - aWindowRect.left, aPt.y - aWindowRect.top ); in EndSetClipRegion()
4125 …t aPEvt( aUpdateRect.left, aUpdateRect.top, aUpdateRect.right-aUpdateRect.left, aUpdateRect.bottom… in ImplHandlePaintMsg()
4163 …SalPaintEvent aPEvt( pRect->left, pRect->top, pRect->right-pRect->left, pRect->bottom-pRect->top ); in ImplHandlePaintMsg2()
4188 aRectMouse.top = pt.y; in SetMaximizedFrameGeometry()
4201 aRect.top += pFrame->maGeometry.nTopDecoration; in SetMaximizedFrameGeometry()
4203 pFrame->maGeometry.nY = aRect.top; in SetMaximizedFrameGeometry()
4205 pFrame->maGeometry.nHeight = aRect.bottom - aRect.top; in SetMaximizedFrameGeometry()
4225 pFrame->maGeometry.nTopDecoration = aPt.y - aRect.top; in UpdateFrameGeometry()
4239 aPt.y=aInnerRect.top; in UpdateFrameGeometry()
4251 int nHeight = aRect.bottom - aRect.top in UpdateFrameGeometry()
4949 …if(!PatBlt( pDI->hDC, aRect.left, aRect.top, aRect.right-aRect.left, aRect.bottom-aRect.top, PATCO… in ImplDrawItem()
4952 int lineHeight = aRect.bottom-aRect.top; in ImplDrawItem()
4955 int y = aRect.top; in ImplDrawItem()
4963 r.top = 0; in ImplDrawItem()
5032 (WPARAM)0, aRect.left, aRect.top + (lineHeight - strSize.cy)/2, 0, 0, in ImplDrawItem()
5049 …(WPARAM)0, aRect.right-strSizeA.cx-tm.tmMaxCharWidth, aRect.top + (lineHeight - strSizeA.cy)/2, 0,… in ImplDrawItem()
5669 aForm.rcArea.top = aPosEvt.mnY; in ImplHandleIMENotify()
5671 aForm.rcArea.bottom = aForm.rcArea.top+aPosEvt.mnHeight+1; in ImplHandleIMENotify()