MCPcopy Create free account
hub / github.com/audacity/audacity / GetGraphDbRange

Function GetGraphDbRange

src/effects/DynamicRangeProcessorPanelCommon.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35float GetGraphDbRange(int height)
36{
37 const auto factor = std::max(1.f, 1.f * height / graphMinHeight);
38 return factor * graphMinRangeDb;
39}
40
41wxGraphicsBrush GetGraphBackgroundBrush(wxGraphicsContext& gc, int height)
42{

Callers 2

OnPaintMethod · 0.85
OnSizeMethod · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected