Searched refs:mStagingCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp453 bool redrawNeeded = allocateBitmapIfNeeded(mStagingCache, mStagingProperties.getScaledWidth(),
456 if (redrawNeeded || mStagingCache.dirty) {
457 updateBitmapCache(*mStagingCache.bitmap, true);
458 mStagingCache.dirty = false;
463 outCanvas->drawBitmap(*mStagingCache.bitmap, 0, 0, mStagingCache.bitmap->width(),
464 mStagingCache.bitmap->height(), mStagingProperties.getBounds().left(),
618 mStagingCache.dirty = true;
H A DVectorDrawable.h709 Cache mStagingCache; member in class:android::uirenderer::VectorDrawable::Tree
713 PropertyChangedListener(&mCache.dirty, &mStagingCache.dirty);

Completed in 62 milliseconds