MCPcopy Create free account
hub / github.com/Snapchat/Valdi / CachedImage

Class CachedImage

valdi/src/valdi/snap_drawing/ImageLoading/ImageCache.hpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20class Image;
21
22struct CachedImage {
23 Ref<Image> image;
24 float scale;
25
26 inline CachedImage(Ref<Image> image, float scale);
27};
28
29class ImageCache {
30public:

Callers 1

getResizedImageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected