Searched refs:aTextWindowSize (Results 1 – 2 of 2) sorted by relevance
485 Size aTextWindowSize( aSz ); in Resize() local486 aTextWindowSize.Width() -= maTextWindowOffset.X(); in Resize()487 aTextWindowSize.Height() -= maTextWindowOffset.Y(); in Resize()488 if ( aTextWindowSize.Width() < 0 ) in Resize()489 aTextWindowSize.Width() = 0; in Resize()490 if ( aTextWindowSize.Height() < 0 ) in Resize()491 aTextWindowSize.Height() = 0; in Resize()494 mpTextWindow->SetPosSizePixel( aTextWindowPos, aTextWindowSize ); in Resize()495 if ( aOldTextWindowSize == aTextWindowSize ) in Resize()
574 …Size aTextWindowSize( aDialogSize.Width(), aDialogSize.Height() - aTextWindowPos.Y() - aOutputSize… in Resize() local576 mpTextWindow->SetPosSizePixel( aTextWindowPos, aTextWindowSize ); in Resize()580 Point aOutputPos( 0, aTextWindowPos.Y() + aTextWindowSize.Height() ); in Resize()
Completed in 29 milliseconds