Home
last modified time | relevance | path

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

/trunk/main/desktop/source/splash/
H A Dsplash.cxx46 #define NOT_LOADED ((long)-1) macro
69 , _tlx(NOT_LOADED) in SplashScreen()
70 , _tly(NOT_LOADED) in SplashScreen()
71 , _barwidth(NOT_LOADED) in SplashScreen()
72 , _barheight(NOT_LOADED) in SplashScreen()
192 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize()
197 if ( NOT_LOADED == _barwidth ) in initialize()
199 if ( NOT_LOADED == _barheight ) in initialize()
217 if ( NOT_LOADED == _barwidth ) in initialize()
219 if ( NOT_LOADED == _barheight ) in initialize()
[all …]

Completed in 23 milliseconds