Lines Matching refs:Rectangle

257     m_aWMWorkAreas = ::std::vector< Rectangle >  in WMAdaptor()
258 …( 1, Rectangle( Point(), m_pSalDisplay->GetScreenSize( m_pSalDisplay->GetDefaultScreenNumber() ) )… in WMAdaptor()
563 m_aWMWorkAreas = ::std::vector< Rectangle > ( m_nDesktops ); in NetWMAdaptor()
571 Rectangle aWorkArea( aPoint, aSize ); in NetWMAdaptor()
1311 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setNetWMState()
1313 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setNetWMState()
1401 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setGnomeWMState()
1403 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setGnomeWMState()
1625 const std::vector< Rectangle >& rScreens = m_pSalDisplay->GetXineramaScreens(); in maximizeFrame()
1634 Rectangle aTarget( aTL, in maximizeFrame()
1665 Rectangle aRestore( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1680 aTarget = Rectangle( Point( 0, 0 ), aScreenSize ); in maximizeFrame()
1703 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1769 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1774 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1823 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1828 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
2028 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify()
2035 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
2094 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify()
2101 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
2260 const std::vector< Rectangle >& rScreens = m_pSalDisplay->GetXineramaScreens(); in showFullScreen()
2562 const std::vector< Rectangle >& rScreens( m_pSalDisplay->GetXineramaScreens() ); in setFullScreenMonitors()