Lines Matching refs:aScreenSize
334 Size aScreenSize( GetDisplay()->getDataForScreen( m_nScreen ).m_aSize ); in Init() local
335 w = aScreenSize.Width(); in Init()
336 h = aScreenSize.Height(); in Init()
341 if( aScreenSize.Width() >= 800 ) in Init()
343 if( aScreenSize.Width() >= 1024 ) in Init()
346 if( aScreenSize.Height() >= 600 ) in Init()
348 if( aScreenSize.Height() >= 768 ) in Init()
350 if( aScreenSize.Height() >= 1024 ) in Init()
380 if( x+(int)w+40 <= (int)aScreenSize.Width() && in Init()
381 y+(int)h+40 <= (int)aScreenSize.Height() in Init()
1455 const Size& aScreenSize = GetDisplay()->getDataForScreen( m_nScreen ).m_aSize; in Center() local
1456 nScreenWidth = aScreenSize.Width(); in Center()
1457 nScreenHeight = aScreenSize.Height(); in Center()
1725 const Size& aScreenSize = pDisplay_->getDataForScreen( m_nScreen ).m_aSize; in SetWindowState() local
1728 if( bDoAdjust && aPosSize.GetWidth() <= aScreenSize.Width() in SetWindowState()
1729 && aPosSize.GetHeight() <= aScreenSize.Height() ) in SetWindowState()
1750 if( aPosSize.Right()+(long)aGeom.nRightDecoration > aScreenSize.Width()-1 ) in SetWindowState()
1751 …aPosSize.Move( (long)aScreenSize.Width() - (long)aPosSize.Right() - (long)aGeom.nRightDecoration, … in SetWindowState()
1752 if( aPosSize.Bottom()+(long)aGeom.nBottomDecoration > aScreenSize.Height()-1 ) in SetWindowState()
1753 …aPosSize.Move( 0, (long)aScreenSize.Height() - (long)aPosSize.Bottom() - (long)aGeom.nBottomDecora… in SetWindowState()
1919 const Size& aScreenSize = pDisplay_->getDataForScreen( m_nScreen ).m_aSize; in GetPosSize() local
1920 long w = aScreenSize.Width() - maGeometry.nLeftDecoration - maGeometry.nRightDecoration; in GetPosSize()
1921 long h = aScreenSize.Height() - maGeometry.nTopDecoration - maGeometry.nBottomDecoration; in GetPosSize()
3966 Size aScreenSize = GetDisplay()->GetScreenSize( m_nScreen ); in HandleReparentEvent() local
3967 int nScreenWidth = aScreenSize.Width(); in HandleReparentEvent()
3968 int nScreenHeight = aScreenSize.Height(); in HandleReparentEvent()