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

Method setDrawBounds

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

Source from the content-addressed store, hash-verified

49}
50
51void XYPath::setDrawBounds(u16 width, u16 height) {
52 mPathRenderer->setDrawBounds(width, height);
53}
54
55void XYPath::setScale(float scale) { mPathRenderer->setScale(scale); }
56

Callers 10

NewCirclePathMethod · 0.45
NewHeartPathMethod · 0.45
NewRosePathMethod · 0.45
NewPhyllotaxisPathMethod · 0.45
NewGielisCurvePathMethod · 0.45
NewCatmullRomPathMethod · 0.45
NewCustomPathMethod · 0.45
tile2x2.hppFile · 0.45
FL_TEST_FILEFunction · 0.45

Calls 4

set_scale_xMethod · 0.80
set_offset_xMethod · 0.80
set_scale_yMethod · 0.80
set_offset_yMethod · 0.80

Tested by

no test coverage detected