Searched refs:fImageCache (Results 1 – 4 of 4) sorted by relevance
95 fImageCache.reset(); in purgeCaches()102 return this->cachedApply<SkImage>(src, &fImageCache, in apply()
67 Cache<SkImage > fImageCache; variable
254 if (const auto* asset = fImageCache.find(key)) { in loadImageAsset()259 fImageCache.set(key, asset); in loadImageAsset()
231 mutable SkTHashMap<SkString, sk_sp<ImageAsset>> fImageCache; variable