Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dsk_image_cache.h27 struct CachedImage { struct
29 explicit CachedImage(const sk_sp<SkImage>& image) : imagePtr(image) {} in CachedImage() function
32 explicit CachedImage(const std::shared_ptr<RSImage>& image) : imagePtr(image) {} argument
35 uint32_t uniqueId = 0;