Home
last modified time | relevance | path

Searched refs:_eBitmapMode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/desktop/source/splash/
H A Dsplash.cxx63 , _eBitmapMode(BM_DEFAULTMODE) in SplashScreen()
100 if ( _eBitmapMode == BM_FULLSCREEN ) in start()
113 if ( _eBitmapMode == BM_FULLSCREEN ) in end()
125 if ( _eBitmapMode == BM_FULLSCREEN ) in reset()
141 if ( _eBitmapMode == BM_FULLSCREEN ) in setText()
156 if ( _eBitmapMode == BM_FULLSCREEN ) in setValue()
195 if (( _eBitmapMode == BM_FULLSCREEN ) && in initialize()
458 _eBitmapMode = BM_FULLSCREEN; in findBitmap()
H A Dsplash.hxx96 BitmapMode _eBitmapMode; member in desktop::SplashScreen