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

Method empty

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

Source from the content-addressed store, hash-verified

74 const_iterator end() const { return mSparseGrid.end(); }
75 fl::size size() const { return mSparseGrid.size(); }
76 bool empty() const { return mSparseGrid.empty(); }
77
78 void rasterize(const span<const Tile2x2_u8> &tiles);
79 void rasterize(const Tile2x2_u8 &tile) { rasterize_internal(tile); }

Callers 7

NewCustomPathMethod · 0.45
emptyMethod · 0.45
rawDataMethod · 0.45
dataMethod · 0.45
clearMethod · 0.45
drawMethod · 0.45
pixelCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected