Audacity 3.2.0
Namespaces | Functions
GraphicsDataCache.cpp File Reference
#include "GraphicsDataCache.h"
#include <algorithm>
#include <cassert>
#include <type_traits>
#include "ZoomInfo.h"
#include "float_cast.h"
#include "RoundUpUnsafe.h"
Include dependency graph for GraphicsDataCache.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{GraphicsDataCache.cpp}
 

Functions

bool anonymous_namespace{GraphicsDataCache.cpp}::IsSameSample (double sampleRate, double t0, double t1) noexcept
 
bool anonymous_namespace{GraphicsDataCache.cpp}::IsSamePPS (double sampleRate, double lhs, double rhs)
 
bool anonymous_namespace{GraphicsDataCache.cpp}::IsSameKey (double sampleRate, GraphicsDataCacheKey lhs, GraphicsDataCacheKey rhs)
 
bool anonymous_namespace{GraphicsDataCache.cpp}::IsKeyLess (double sampleRate, GraphicsDataCacheKey lhs, GraphicsDataCacheKey rhs)
 
template<typename Container >
auto anonymous_namespace{GraphicsDataCache.cpp}::GetPPSMatchRange (const Container &container, double pixelsPerSecond, double sampleRate)