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.h38 struct CacheImageStruct { struct
40 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() function
42 RefPtr<FrameNode> imageNode;
43 int32_t index = 0;
44 bool isLoaded = false;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.h229 struct CacheImageStruct { struct
231 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() argument
233 RefPtr<FrameNode> imageNode;
234 int32_t index = 0;
235 bool isLoaded = false;