Audacity 3.2.0
Namespaces | Functions
DynamicRangeProcessorTransferFunctionPanel.cpp File Reference
#include "DynamicRangeProcessorTransferFunctionPanel.h"
#include "AColor.h"
#include "AllThemeResources.h"
#include "CompressorProcessor.h"
#include "DynamicRangeProcessorPanelCommon.h"
#include "Theme.h"
#include "widgets/LinearDBFormat.h"
#include "widgets/LinearUpdater.h"
#include "widgets/Ruler.h"
#include <cassert>
#include <wx/dcclient.h>
#include <wx/graphics.h>
Include dependency graph for DynamicRangeProcessorTransferFunctionPanel.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}
 

Functions

constexpr auto anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}::WidthPxToDb (double x, int width, double xPixelsPerDb)
 
constexpr auto anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}::WidthDbToPx (double db, int width, double xPixelsPerDb)
 
constexpr auto anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}::HeightDbToPx (double db, double yPixelsPerDb)
 
auto anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}::GetBrush (double kneeX, double kneeY, const wxColor &colorAtKnee, const wxSize &size, const wxGraphicsContext &gc)
 
void anonymous_namespace{DynamicRangeProcessorTransferFunctionPanel.cpp}::DrawTransferFunction (wxPaintDC &dc, const wxRect &rect, const CompressorSettings &settings)