Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
Dimage_animator_pattern.h39 struct CacheImageStruct { struct
41 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() argument
43 RefPtr<FrameNode> imageNode;
44 int32_t index = 0;
45 bool isLoaded = false;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.h231 struct CacheImageStruct { struct
233 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() function
235 RefPtr<FrameNode> imageNode;
236 int32_t index = 0;
237 bool isLoaded = false;