Home
last modified time | relevance | path

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

/AOO41X/main/desktop/source/splash/
H A Dsplash.cxx406 bool haveBitmap = false; in initBitmap() local
413 haveBitmap = loadBitmap( sExecutePath, aIntroBitmapFiles.getToken( 0, ',', nIndex ) ); in initBitmap()
415 while ( !haveBitmap && ( nIndex >= 0 ) ); in initBitmap()
417 if (!haveBitmap) { in initBitmap()
423 haveBitmap = findBitmap(edition); in initBitmap()
425 if (!haveBitmap) { in initBitmap()
459 bool haveBitmap = false; in findBitmap() local
462 haveBitmap = findScreenBitmap(path); in findBitmap()
463 if ( haveBitmap ) in findBitmap()
466 haveBitmap = findAppBitmap(path); in findBitmap()
[all …]