Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmaps.c1444 float screen_width_degrees; // Width of the screen in degrees in draw_complete_lat_lon_grid() local
1488 screen_width_degrees = (float)(screen_width_xastir / (float)360000); in draw_complete_lat_lon_grid()
1489 log_screen_width_degrees = log10(screen_width_degrees); in draw_complete_lat_lon_grid()
1538 …stepsx = ((int)(screen_width_degrees / (pow(10,log_screen_width_degrees)))*pow(10,log_screen_width… in draw_complete_lat_lon_grid()
1546 …stepsx = ((float)(int)(((float)screen_width_degrees / pow(10,log_screen_width_degrees)*10.0)))*pow… in draw_complete_lat_lon_grid()
1552 screen_width_degrees = screen_width_degrees * 60.0; in draw_complete_lat_lon_grid()
1553 log_screen_width_degrees = log10(screen_width_degrees); in draw_complete_lat_lon_grid()
1556 ((float)(screen_width_degrees) / pow(10,log_screen_width_degrees) * 10.0) in draw_complete_lat_lon_grid()