Home | History | Annotate | Download | only in hwui

Lines Matching refs:mCache

486     bool redrawNeeded = allocateBitmapIfNeeded(mCache, mProperties.getScaledWidth(),
488 if (redrawNeeded || mCache.dirty) {
489 updateBitmapCache(*mCache.bitmap, false);
490 mCache.dirty = false;
492 return *mCache.bitmap;
497 sk_sp<SkSurface> surface = mCache.getSurface(&dst);
507 mCache.setAtlas(atlas, atlasEntry.key);
510 mCache.clear();
514 if (!canReuseSurface || mCache.dirty) {
516 mCache.dirty = false;
566 sk_sp<SkSurface> vdSurface = mCache.getSurface(&src);
587 mCache.clear();
634 mCache.dirty = true;