Home
last modified time | relevance | path

Searched defs:CacheImageDataNode (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_cache.h59 struct CacheImageDataNode { struct
60 CacheImageDataNode(const std::string& key, const RefPtr<CachedImageData>& imageData) in CacheImageDataNode() argument
63 std::string imageDataKey;
64 RefPtr<CachedImageData> imageDataPtr;