Lines Matching refs:aWill
353 Size aWill( aWish.GetIntersection(aMax).GetSize() ); in SetVisibleSize() local
356 if ( aWill.Width() < aWish.GetSize().Width() ) in SetVisibleSize()
358 aWill.Height() = in SetVisibleSize()
359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
361 if ( aWill.Height() < aWish.GetSize().Height() ) in SetVisibleSize()
362 aWill.Width() = in SetVisibleSize()
363 Min( aWill.Width()+nScrSize, aMax.GetSize().Width() ); in SetVisibleSize()
364 if ( !bHScroll && (aWill.Width() < aWish.GetSize().Width()) ) in SetVisibleSize()
365 aWill.Height() = in SetVisibleSize()
366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
367 Window::SetOutputSizePixel( aWill ); in SetVisibleSize()