Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmapCache.h63 static const SkMipmap* AddAndRef(const SkImage_Base*,
DSkMipmapAccessor.cpp24 mips.reset(SkMipmapCache::AddAndRef(image)); in try_load_mips()
DSkBitmapCache.cpp287 const SkMipmap* SkMipmapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef() function in SkMipmapCache
/third_party/flutter/skia/src/core/
DSkBitmapCache.h63 static const SkMipMap* AddAndRef(const SkImage_Base*,
DSkBitmapController.cpp65 fCurrMip.reset(SkMipMapCache::AddAndRef(image)); in processMediumRequest()
DSkBitmapCache.cpp287 const SkMipMap* SkMipMapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef() function in SkMipMapCache
/third_party/flutter/skia/tests/
DSkResourceCacheTest.cpp53 mipmap = SkMipMapCache::AddAndRef(as_IB(img.get()), cache); in test_mipmapcache()
90 SkMipMapCache::AddAndRef(as_IB(img[i].get()), cache)->unref(); in test_mipmap_notify()
/third_party/skia/tests/
DSkResourceCacheTest.cpp52 mipmap = SkMipmapCache::AddAndRef(as_IB(img.get()), cache); in test_mipmapcache()
89 SkMipmapCache::AddAndRef(as_IB(img[i].get()), cache)->unref(); in test_mipmap_notify()