MCPcopy 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
111inline int IndicatorBigHeight()
112{
113 return std::max((int)(ScrubHeight - TopMargin),
114 (int)(IndicatorMediumWidth));
115}
116
117inline int IndicatorBigWidth()
118{

Callers 1

IndicatorBigWidthFunction · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected