Home
last modified time | relevance | path

Searched refs:true_scale_display (Results 1 – 2 of 2) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dais.cpp1702 int true_scale_display = (int) (floor( vp.chart_scale / 100. ) * 100); in AISDrawTarget() local
1703 if( true_scale_display < g_Show_Target_Name_Scale ) { // from which scale to display name in AISDrawTarget()
H A Dchcanv.cpp5408 double true_scale_display = wxRound(VPoint.chart_scale / round_factor ) * round_factor; in SetViewPoint() local
5414 … text.Printf( _T("%s %4.0f (%1.0fx)"), _("Scale"), true_scale_display, m_displayed_scale_factor ); in SetViewPoint()
5416 … text.Printf( _T("%s %4.0f (%1.1fx)"), _("Scale"), true_scale_display, m_displayed_scale_factor ); in SetViewPoint()
5419 text.Printf( _T("%s %4.0f (%1.2fx)"), _("Scale"), true_scale_display, sfr ); in SetViewPoint()
5423 text.Printf( _T("%s %4.0f (%1.2fx)"), _("Scale"), true_scale_display, sfr ); in SetViewPoint()
5426 …text.Printf( _T("%s %4.0f (---)"), _("Scale"), true_scale_display ); // Generally, no chart, … in SetViewPoint()
5441 m_scaleValue = true_scale_display; in SetViewPoint()
11683 double true_scale_display = floor( VPoint.chart_scale / 100. ) * 100.; in DrawAllCurrentsInBBox() local
11684 bDrawCurrentValues = true_scale_display < g_Show_Target_Name_Scale; in DrawAllCurrentsInBBox()