Lines Matching refs:aOutSize

984 	Size aOutSize = mpProcessWin->GetOutputSizePixel();  in Resize()  local
988 Size aSize( aOutSize.Width(), nTaskHeight ); in Resize()
1003 …maToolBox.SetPosSizePixel( aOutPos, Size( aOutSize.Width(), maToolBox.CalcWindowSizePixel().Height… in Resize()
1009 …aOutSizeTmp = Size( aOutSize.Width(), aOutSize.Height() - maToolBox.CalcWindowSizePixel().Height()… in Resize()
1012 aGraphWinSize = Size( aOutSize.Width(), aOutSize.Height() - nTaskHeight); in Resize()
1018 …Point aTbPos = Point( aOutPos.X(), aOutPos.Y() + aOutSize.Height() - maToolBox.CalcWindowSizePixe… in Resize()
1019 Size aTbSize = Size( aOutSize.Width(), maToolBox.CalcWindowSizePixel().Height()); in Resize()
1026 …aOutSizeTmp = Size( aOutSize.Width(), aOutSize.Height() - maToolBox.CalcWindowSizePixel().Height()… in Resize()
1029 aGraphWinSize = Size( aOutSize.Width(), aOutSize.Height() - nTaskHeight); in Resize()
1035 …maToolBox.SetPosSizePixel( aOutPos, Size( maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height… in Resize()
1041 … aOutSizeTmp = Size( aOutSize.Width()- maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height()); in Resize()
1044 aGraphWinSize = Size( aOutSize.Width() - nTaskWidth, aOutSize.Height()); in Resize()
1050 …Point aTbPos = Point( aOutPos.X() + aOutSize.Width() - maToolBox.CalcWindowSizePixel().Width(), aO… in Resize()
1051 Size aTbSize= Size( maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height()); in Resize()
1058 … aOutSizeTmp = Size( aOutSize.Width()- maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height()); in Resize()
1061 aGraphWinSize = Size( aOutSize.Width() - nTaskWidth, aOutSize.Height()); in Resize()
1065 Rectangle rout = Rectangle( Point( 0,0 ), aOutSize ); //OutputToScreenPixel( aOutPos ) in Resize()
1067 Size( aOutSize.Width(), aOutSize.Height())); in Resize()
1079 GetGraphWin()->SetPosSizePixel(Point(0,0),aOutSize); in Resize()