Searched refs:haveBitmap (Results 1 – 1 of 1) sorted by relevance
400 bool haveBitmap = false; in initBitmap() local407 haveBitmap = loadBitmap( sExecutePath, aIntroBitmapFiles.getToken( 0, ',', nIndex ) ); in initBitmap()409 while ( !haveBitmap && ( nIndex >= 0 ) ); in initBitmap()411 if (!haveBitmap) { in initBitmap()417 haveBitmap = findBitmap(edition); in initBitmap()419 if (!haveBitmap) { in initBitmap()453 bool haveBitmap = false; in findBitmap() local456 haveBitmap = findScreenBitmap(path); in findBitmap()457 if ( haveBitmap ) in findBitmap()460 haveBitmap = findAppBitmap(path); in findBitmap()[all …]