Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
bool PixelSampleMapper::IsLinear() const noexcept
124
{
125
return std::get_if<LinearMapper>(&mMapper) != nullptr;
126
}
127
128
sampleCount
129
PixelSampleMapper::LinearMapper::operator()(uint32_t column) const noexcept
Callers
3
Invert
Method · 0.45
OnLinFreq
Method · 0.45
OnPaint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected