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

Method Tile2x2_u8_wrap

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

Source from the content-addressed store, hash-verified

24} // namespace
25
26Tile2x2_u8_wrap::Tile2x2_u8_wrap() {
27 mData[0][0] = {vec2<u16>(0, 0), 0};
28 mData[0][1] = {vec2<u16>(0, 1), 0};
29 mData[1][0] = {vec2<u16>(1, 0), 0};
30 mData[1][1] = {vec2<u16>(1, 1), 0};
31}
32
33void Tile2x2_u8::Rasterize(const span<const Tile2x2_u8> &tiles,
34 XYRasterU8Sparse *out_raster) {

Callers

nothing calls this directly

Calls 4

wrap_xFunction · 0.85
wrapFunction · 0.85
originMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected