![]() |
Audacity 3.2.0
|
Functions | |
void | FindFontHeights (wxCoord &height, wxCoord &lead, wxDC &dc, const wxFont &font) |
void | FindFontHeights (wxCoord &height, wxCoord &lead, wxDC &dc, int fontSize, wxFontWeight weight=wxFONTWEIGHT_NORMAL) |
double | ComputeWarpedLength (const Envelope &env, double t0, double t1) |
double | SolveWarpedLength (const Envelope &env, double t0, double length) |
double anonymous_namespace{Ruler.cpp}::ComputeWarpedLength | ( | const Envelope & | env, |
double | t0, | ||
double | t1 | ||
) |
Definition at line 989 of file Ruler.cpp.
References Envelope::IntegralOfInverse().
Referenced by Ruler::Updater::UpdateLinear().
void anonymous_namespace{Ruler.cpp}::FindFontHeights | ( | wxCoord & | height, |
wxCoord & | lead, | ||
wxDC & | dc, | ||
const wxFont & | font | ||
) |
Definition at line 258 of file Ruler.cpp.
References wxT().
void anonymous_namespace{Ruler.cpp}::FindFontHeights | ( | wxCoord & | height, |
wxCoord & | lead, | ||
wxDC & | dc, | ||
int | fontSize, | ||
wxFontWeight | weight = wxFONTWEIGHT_NORMAL |
||
) |
Definition at line 269 of file Ruler.cpp.
References FindFontHeights().
Referenced by Ruler::Updater::ChooseFonts(), FindFontHeights(), and Ruler::SetFonts().
double anonymous_namespace{Ruler.cpp}::SolveWarpedLength | ( | const Envelope & | env, |
double | t0, | ||
double | length | ||
) |
Definition at line 994 of file Ruler.cpp.
References Envelope::SolveIntegralOfInverse().