Lines Matching full:matlas
734 mBitmap(bitmap), mAtlas(Caches::getInstance().assetAtlas) {
735 mEntry = mAtlas.getEntry(bitmap);
737 mEntryGenerationId = mAtlas.getGenerationId();
749 if (mEntry && mEntryGenerationId != mAtlas.getGenerationId()) {
750 mEntryGenerationId = mAtlas.getGenerationId();
751 mEntry = mAtlas.getEntry(mBitmap);
832 const AssetAtlas& mAtlas;
957 mAtlas(Caches::getInstance().assetAtlas) {
958 mEntry = mAtlas.getEntry(bitmap);
960 mEntryGenerationId = mAtlas.getGenerationId();
966 if (mEntry && mEntryGenerationId != mAtlas.getGenerationId()) {
967 mEntryGenerationId = mAtlas.getGenerationId();
968 mEntry = mAtlas.getEntry(mBitmap);
1092 const AssetAtlas& mAtlas;