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

Method Rasterize

src/fl/gfx/tile2x2.cpp.hpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Tile2x2_u8::Rasterize(const span<const Tile2x2_u8> &tiles,
34 XYRasterU8Sparse *out_raster) {
35 out_raster->rasterize(tiles);
36}
37
38void Tile2x2_u8::draw(const CRGB &color, const XYMap &xymap, fl::span<CRGB> out) const {
39 XYDrawComposited visitor(color, xymap, out);

Callers

nothing calls this directly

Calls 1

rasterizeMethod · 0.45

Tested by

no test coverage detected