Home
last modified time | relevance | path

Searched refs:notifyAddedToCache (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkBitmapProvider.cpp43 void SkBitmapProvider::notifyAddedToCache() const { in notifyAddedToCache() function in SkBitmapProvider
44 as_IB(fImage)->notifyAddedToCache(); in notifyAddedToCache()
DSkBitmapProvider.h36 void notifyAddedToCache() const;
DSkImageCacherator.cpp206 as_IB(client)->notifyAddedToCache(); in tryLockAsBitmap()
267 as_IB(client)->notifyAddedToCache(); in lockAsBitmap()
DSkBitmapController.cpp145 provider.notifyAddedToCache(); in processHQRequest()
DSkBitmapCache.cpp255 src.pixelRef()->notifyAddedToCache(); in AddAndRef()
/external/skia/src/gpu/
DGrImageTextureMaker.cpp53 as_IB(fClient)->notifyAddedToCache(); in didCacheCopy()
/external/skia/src/image/
DSkImage_Base.h85 void notifyAddedToCache() const { in notifyAddedToCache() function
/external/skia/include/core/
DSkPixelRef.h213 void notifyAddedToCache() { in notifyAddedToCache() function
DSkTextBlob.h81 void notifyAddedToCache() const { in notifyAddedToCache() function
/external/skia/src/gpu/text/
DGrTextBlobCache.h54 blob->notifyAddedToCache(); in makeCachedBlob()