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

Method getWidth

valdi/src/valdi/snap_drawing/ImageLoading/ImageCacheItem.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int ImageCacheItem::getWidth() const {
83 return _image->width();
84}
85
86int ImageCacheItem::getHeight() const {
87 return _image->height();

Callers 1

getResizedImageMethod · 0.45

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected