Searched defs:CachedImage (Results 1 – 1 of 1) sorted by relevance
27 struct CachedImage { struct29 explicit CachedImage(const sk_sp<SkImage>& image) : imagePtr(image) {} in CachedImage() function32 explicit CachedImage(const std::shared_ptr<RSImage>& image) : imagePtr(image) {} argument35 uint32_t uniqueId = 0;