Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void XYPath::setDrawBounds(u16 width, u16 height) {
52
mPathRenderer->setDrawBounds(width, height);
53
}
54
55
void XYPath::setScale(float scale) { mPathRenderer->setScale(scale); }
56
Callers
10
NewCirclePath
Method · 0.45
NewHeartPath
Method · 0.45
NewArchimedeanSpiralPath
Method · 0.45
NewRosePath
Method · 0.45
NewPhyllotaxisPath
Method · 0.45
NewGielisCurvePath
Method · 0.45
NewCatmullRomPath
Method · 0.45
NewCustomPath
Method · 0.45
tile2x2.hpp
File · 0.45
FL_TEST_FILE
Function · 0.45
Calls
4
set_scale_x
Method · 0.80
set_offset_x
Method · 0.80
set_scale_y
Method · 0.80
set_offset_y
Method · 0.80
Tested by
no test coverage detected