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

Method IsLinear

libraries/lib-wave-track-paint/PixelSampleMapper.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool PixelSampleMapper::IsLinear() const noexcept
124{
125 return std::get_if<LinearMapper>(&mMapper) != nullptr;
126}
127
128sampleCount
129PixelSampleMapper::LinearMapper::operator()(uint32_t column) const noexcept

Callers 3

InvertMethod · 0.45
OnLinFreqMethod · 0.45
OnPaintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected