Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IndicatorHeightForWidth
Function
IndicatorHeightForWidth
src/AdornedRulerPanel.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
};
97
98
inline int IndicatorHeightForWidth(int width)
99
{
100
return ((width / 2) * 3) / 2;
101
}
102
103
inline int IndicatorWidthForHeight(int height)
104
{
Callers
1
DoDrawScrubIndicator
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected