MCPcopy Create free account
hub / github.com/FastLED/FastLED / size

Method size

src/fl/gfx/gfx.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 FASTLED_FORCE_INLINE Canvas(fl::shared_ptr<RGB_T> ptr, int w, int h) : mImpl(ptr, w, h) {}
57
58 FASTLED_FORCE_INLINE int size() const { return mImpl.size(); }
59 FASTLED_FORCE_INLINE RGB_T& at(int x, int y) { return mImpl.at(x, y); }
60 FASTLED_FORCE_INLINE const RGB_T& at(int x, int y) const { return mImpl.at(x, y); }
61 FASTLED_FORCE_INLINE bool has(int x, int y) const { return mImpl.has(x, y); }

Callers 15

VisitorFillMethod · 0.45
getTotalBytesMethod · 0.45
getBlockInfoMethod · 0.45
blur1dFunction · 0.45
get_padbufFunction · 0.45
fadeLightByFunction · 0.45
fade_videoFunction · 0.45
nscale8_videoFunction · 0.45
fadeToBlackByFunction · 0.45
fade_rawFunction · 0.45
nscale8Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected