Home
last modified time | relevance | path

Searched refs:g_route_line_width (Results 1 – 5 of 5) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp316 extern int g_route_line_width;
1234 conf->Write( _T ( "RouteLineWidth" ), g_route_line_width ); in SaveTemplate()
1790 CHECK_INT( _T ( "RouteLineWidth" ), &g_route_line_width ); in CheckTemplate()
H A DRoute.cpp40 extern int g_route_line_width;
214 int width = g_route_line_width; in Draw()
H A Drouteman.cpp106 extern int g_route_line_width;
1076 int scaled_line_width = g_route_line_width; in SetColorScheme()
1081 double sline_width = wxMax(nominal_line_width_pix, g_route_line_width); in SetColorScheme()
H A Dnavutil.cpp363 extern int g_route_line_width;
668 g_route_line_width = 2; in LoadMyConfig()
1458 Read( _T ( "RouteLineWidth" ), &g_route_line_width ); in LoadMyConfigRaw()
2739 Write( _T ( "RouteLineWidth" ), g_route_line_width ); in UpdateSettings()
H A Dchart1.cpp640 int g_route_line_width; variable