Searched refs:fImageAssetCache (Results 1 – 4 of 4) sorted by relevance
88 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadFootageAsset()101 return fImageAssetCache.set(res_id, { std::move(asset), size }); in loadFootageAsset()
203 mutable SkTHashMap<SkString, ImageAssetInfo> fImageAssetCache; variable
306 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadImageAsset()319 return fImageAssetCache.set(res_id, { std::move(asset), size }); in loadImageAsset()
284 mutable SkTHashMap<SkString, FootageAssetInfo> fImageAssetCache; variable