MCPcopy 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
98inline int IndicatorHeightForWidth(int width)
99{
100 return ((width / 2) * 3) / 2;
101}
102
103inline int IndicatorWidthForHeight(int height)
104{

Callers 1

DoDrawScrubIndicatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected