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

Function xy_legacy_wrapper

src/fl/gfx/blur.cpp.hpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// make this a weak symbol
45namespace {
46fl::u16 xy_legacy_wrapper(fl::u16 x, fl::u16 y, fl::u16 width,
47 fl::u16 height) {
48 FASTLED_UNUSED(width);
49 FASTLED_UNUSED(height);
50 return ::XY(x, y); // Call global namespace XY
51}
52} // namespace
53
54namespace gfx {

Callers

nothing calls this directly

Calls 1

XYFunction · 0.70

Tested by

no test coverage detected