Lines Matching refs:Height

609         maGeometry.nHeight				= aDefSize.Height();  in InitCommon()
1067 guchar *pPixbufData = (guchar *)g_malloc (4 * aSize.Width() * aSize.Height() ); in bitmapToPixbuf()
1099 aSize.Width(), aSize.Height(), in bitmapToPixbuf()
1213 nScreenHeight = aScreenSize.Height(); in Center()
1245 long h = aScreenSize.Height(); in calcDefaultSize()
1248 if (aScreenSize.Width() <= 1024 || aScreenSize.Height() <= 768) in calcDefaultSize()
1257 if( aScreenSize.Height() >= 600 ) in calcDefaultSize()
1259 if( aScreenSize.Height() >= 768 ) in calcDefaultSize()
1261 if( aScreenSize.Height() >= 1024 ) in calcDefaultSize()
1269 h = static_cast<long>(aScreenSize.Height() * 0.8); in calcDefaultSize()
1279 SetPosSize( 0, 0, aDefSize.Width(), aDefSize.Height(), in SetDefaultSize()
1433 if( m_aMinSize.Width() && m_aMinSize.Height() ) in setMinMaxSize()
1436 aGeo.min_height = m_aMinSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1439 if( m_aMaxSize.Width() && m_aMaxSize.Height() && ! m_bFullscreen ) in setMinMaxSize()
1442 aGeo.max_height = m_aMaxSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1458 if( m_bFullscreen && m_aMaxSize.Width() && m_aMaxSize.Height() ) in setMinMaxSize()
1461 aGeo.max_height = m_aMaxSize.Height(); in setMinMaxSize()
1547 …(nY + (long)maGeometry.nHeight + (long)maGeometry.nBottomDecoration) > (long)aScreenSize.Height() ) in SetPosSize()
1548 nY = aScreenSize.Height() - maGeometry.nHeight - maGeometry.nBottomDecoration; in SetPosSize()
1558 if( nY > (long)aScreenSize.Height() - 10 ) in SetPosSize()
1559 nY = (long)aScreenSize.Height() - 10; in SetPosSize()
1835 m_aMaxSize.Height() = aNewPosSize.GetHeight()+100; in ShowFullScreen()
1883 maGeometry.nHeight = aScreenSize.Height(); in ShowFullScreen()
2590 if( aSize.Width() && aSize.Height() ) in SetBackgroundBitmap()
2596 aSize.Height(), in SetBackgroundBitmap()
2603 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height(); in SetBackgroundBitmap()