Lines Matching refs:aSize

427 						Size	aSize		 = pBorderWindow->GetOutputSizePixel();  in ImplMouseButtonDown()  local
430 pData->mnTrackWidth = aSize.Width(); in ImplMouseButtonDown()
431 pData->mnTrackHeight = aSize.Height(); in ImplMouseButtonDown()
821 Size aSize = pBorderWindow->GetSizePixel(); in ImplTracking() local
822 Rectangle aNewRect( aOldPos, aSize ); in ImplTracking()
823 long nOldWidth = aSize.Width(); in ImplTracking()
824 long nOldHeight = aSize.Height(); in ImplTracking()
879 aSize = aNewRect.GetSize(); in ImplTracking()
880 aSize.Width() -= nBorderWidth; in ImplTracking()
881 aSize.Height() -= nBorderHeight; in ImplTracking()
882 ((SystemWindow*)pBorderWindow->ImplGetClientWindow())->Resizing( aSize ); in ImplTracking()
883 aSize.Width() += nBorderWidth; in ImplTracking()
884 aSize.Height() += nBorderHeight; in ImplTracking()
885 if ( aSize.Width() < nMinWidth ) in ImplTracking()
886 aSize.Width() = nMinWidth; in ImplTracking()
887 if ( aSize.Height() < nMinHeight ) in ImplTracking()
888 aSize.Height() = nMinHeight; in ImplTracking()
889 if ( aSize.Width() > nMaxWidth ) in ImplTracking()
890 aSize.Width() = nMaxWidth; in ImplTracking()
891 if ( aSize.Height() > nMaxHeight ) in ImplTracking()
892 aSize.Height() = nMaxHeight; in ImplTracking()
894 aNewRect.Left() = aNewRect.Right()-aSize.Width()+1; in ImplTracking()
896 aNewRect.Right() = aNewRect.Left()+aSize.Width()-1; in ImplTracking()
898 aNewRect.Top() = aNewRect.Bottom()-aSize.Height()+1; in ImplTracking()
900 aNewRect.Bottom() = aNewRect.Top()+aSize.Height()-1; in ImplTracking()
2026 Size aSize = GetOutputSizePixel(); in Resize() local
2053 aSize.Width()-nLeftBorder-nRightBorder, in Resize()
2063aSize.Width()-pClientWindow->mpWindowImpl->mnLeftBorder-pClientWindow->mpWindowImpl->mnRightBorder, in Resize()
2064aSize.Height()-pClientWindow->mpWindowImpl->mnTopBorder-pClientWindow->mpWindowImpl->mnBottomBorde… in Resize()
2070 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in Resize()
2129 Size aSize = GetOutputSizePixel(); in InitView() local
2130 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in InitView()
2151 Size aSize = aOutputSize; in UpdateView() local
2153 aSize.Width() += nLeftBorder+nRightBorder; in UpdateView()
2154 aSize.Height() += nTopBorder+nBottomBorder; in UpdateView()
2155 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in UpdateView()
2262 Size aSize = GetOutputSizePixel(); in SetCloser() local
2263 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in SetCloser()
2272 Size aSize = GetOutputSizePixel(); in SetDockButton() local
2273 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in SetDockButton()
2282 Size aSize = GetOutputSizePixel(); in SetHideButton() local
2283 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in SetHideButton()
2292 Size aSize = GetOutputSizePixel(); in SetHelpButton() local
2293 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in SetHelpButton()
2302 Size aSize = GetOutputSizePixel(); in SetMenuButton() local
2303 mpBorderView->Init( this, aSize.Width(), aSize.Height() ); in SetMenuButton()