Searched refs:haveBitmap (Results 1 – 1 of 1) sorted by relevance
406 bool haveBitmap = false; in initBitmap() local413 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() local462 haveBitmap = findScreenBitmap(path); in findBitmap()463 if ( haveBitmap ) in findBitmap()466 haveBitmap = findAppBitmap(path); in findBitmap()[all …]