Searched refs:GetCacheImageData (Results 1 – 8 of 8) sorted by relevance
147 auto data = imageCache->GetCacheImageData(KEY_3);188 auto dataKey5 = imageCache->GetCacheImageData(KEY_5);193 auto dataKey6 = imageCache->GetCacheImageData(KEY_6);
34 RefPtr<NG::ImageData> ImageCache::GetCacheImageData(const std::string& key) in GetCacheImageData() function in OHOS::Ace::ImageCache
54 RefPtr<NG::ImageData> GetCacheImageData(const std::string& key);
165 RefPtr<NG::ImageData> ImageCache::GetCacheImageData(const std::string& key) in GetCacheImageData() function in OHOS::Ace::ImageCache
204 auto cacheData = imageCache->GetCacheImageData(sourceInfo.GetKey()); in QueryImageDataFromImageCache()
245 auto cacheData = imageCache->GetCacheImageData(imageInfo.GetSrc()); in LoadImageRawData()
98 auto data = DynamicCast<PixmapData>(cache->GetCacheImageData(src.GetKey())); in QueryThumbnailCache()
424 auto data = DynamicCast<PixmapData>(cache->GetCacheImageData(key)); in QueryFromCache()