Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProvider.cpp71 void SkBitmapProvider::notifyAddedToCache() const { in notifyAddedToCache() function in SkBitmapProvider
73 as_IB(fImage)->notifyAddedToCache(); in notifyAddedToCache()
75 fBitmap.pixelRef()->notifyAddedToCache(); in notifyAddedToCache()
DSkBitmapProvider.h34 void notifyAddedToCache() const;
DSkBitmapCache.cpp206 pr->notifyAddedToCache(); in Add()
303 src.pixelRef()->notifyAddedToCache(); in AddAndRef()
DSkImageCacherator.cpp142 as_IB(client)->notifyAddedToCache(); in tryLockAsBitmap()
184 as_IB(client)->notifyAddedToCache(); in lockAsBitmap()
DSkBitmapController.cpp134 provider.notifyAddedToCache(); in processHQRequest()
/external/skia/src/image/
DSkImage_Base.h66 void notifyAddedToCache() const { in notifyAddedToCache() function
/external/skia/src/gpu/
DGrImageIDTextureAdjuster.cpp141 as_IB(fClient)->notifyAddedToCache(); in didCacheCopy()
/external/skia/include/core/
DSkPixelRef.h263 void notifyAddedToCache() { in notifyAddedToCache() function