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

Method Time2Pos

src/AdornedRulerPanel.cpp:1706–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705
1706int AdornedRulerPanel::Time2Pos(double t, bool ignoreFisheye) const
1707{
1708 return mViewInfo->TimeToPosition(t, mLeftOffset
1709 , ignoreFisheye
1710 );
1711}
1712
1713bool AdornedRulerPanel::IsWithinMarker(int mousePosX, double markerTime)
1714{

Callers 1

UpdateMethod · 0.80

Calls 1

TimeToPositionMethod · 0.80

Tested by

no test coverage detected