Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IndicatorBigHeight
Function
IndicatorBigHeight
src/AdornedRulerPanel.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
inline int IndicatorBigHeight()
112
{
113
return std::max((int)(ScrubHeight - TopMargin),
114
(int)(IndicatorMediumWidth));
115
}
116
117
inline int IndicatorBigWidth()
118
{
Callers
1
IndicatorBigWidth
Function · 0.85
Calls
1
max
Function · 0.85
Tested by
no test coverage detected