Home
last modified time | relevance | path

Searched refs:cacheKey_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.cpp84 AnimatedImage::AnimatedImage(const std::unique_ptr<SkCodec>& codec, std::string url) : cacheKey_(st… in AnimatedImage()
168 ACE_SCOPED_TRACE("decode %s frame %d", cacheKey_.c_str(), idx); in DecodeFrame()
180 CacheFrame(cacheKey_ + std::to_string(idx)); in DecodeFrame()
186 auto image = GetCachedFrameImpl(cacheKey_ + std::to_string(idx)); in GetCachedFrame()
H A Danimated_image.h86 return cacheKey_; in GetCacheKey()
112 const std::string cacheKey_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp231 cacheKey_ = std::to_string(std::hash<std::string> {}(name)); in GenerateCacheKey()
403 cacheKey_.clear(); in Reset()
431 return cacheKey_ + fillColor_.value().ColorToString(); in GetKey()
433 return cacheKey_; in GetKey()
H A Dimage_source_info.h134 std::string cacheKey_; variable