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