Lines Matching refs:Width

335             w = aScreenSize.Width();  in Init()
341 if( aScreenSize.Width() >= 800 ) in Init()
343 if( aScreenSize.Width() >= 1024 ) in Init()
380 if( x+(int)w+40 <= (int)aScreenSize.Width() && in Init()
872 if( aSize.Width() && aSize.Height() ) in SetBackgroundBitmap()
877 aSize.Width(), in SetBackgroundBitmap()
884 aTwoRect.mnSrcWidth = aTwoRect.mnDestWidth = aSize.Width(); in SetBackgroundBitmap()
1456 nScreenWidth = aScreenSize.Width(); in Center()
1728 if( bDoAdjust && aPosSize.GetWidth() <= aScreenSize.Width() 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()
1920 long w = aScreenSize.Width() - maGeometry.nLeftDecoration - maGeometry.nRightDecoration; in GetPosSize()
1933 if( rSize.Width() > 0 && rSize.Height() > 0 ) in SetSize()
1946 pHints->min_width = rSize.Width(); in SetSize()
1948 pHints->max_width = rSize.Width(); in SetSize()
1956 …GetXDisplay(), IsSysChildWindow() ? GetWindow() : GetShellWindow(), rSize.Width(), rSize.Height() … in SetSize()
1960 … XMoveResizeWindow( GetXDisplay(), GetWindow(), 0, 0, rSize.Width(), rSize.Height() ); in SetSize()
1962 XResizeWindow( GetXDisplay(), GetWindow(), rSize.Width(), rSize.Height() ); in SetSize()
1965 maGeometry.nWidth = rSize.Width(); in SetSize()
3967 int nScreenWidth = aScreenSize.Width(); in HandleReparentEvent()
3977 … aSize.Width() = nScreenWidth - maGeometry.nRightDecoration - maGeometry.nLeftDecoration; in HandleReparentEvent()