Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ zeroPos
Method
zeroPos
lv2export/includes/rack.hpp:343–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
return r;
342
}
343
Rect zeroPos() const {
344
return Rect(Vec(), size);
345
}
346
Rect grow(Vec delta) const {
347
Rect r;
348
r.pos = pos.minus(delta);
Callers
9
Window.cpp
File · 0.80
Window.cpp
File · 0.80
Window.cpp
File · 0.80
Window.cpp
File · 0.80
drawLayer
Method · 0.80
Window.cpp
File · 0.80
Window.cpp
File · 0.80
Window.cpp
File · 0.80
Window.cpp
File · 0.80
Calls
2
Vec
Class · 0.85
Rect
Class · 0.70
Tested by
no test coverage detected