Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A 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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h217 struct CacheImageStruct { struct
219 CacheImageStruct(const RefPtr<FrameNode>& imageNode) : imageNode(imageNode) {} in CacheImageStruct() function
221 RefPtr<FrameNode> imageNode;
222 int32_t index = 0;
223 bool isLoaded = false;