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.h249 struct CacheImageStruct { struct
251 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() function
253 RefPtr<FrameNode> imageNode;
254 int32_t index = 0;
255 bool isLoaded = false;