Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddb.c11135 long marg_lat, marg_lon; // margin around screen in setup_in_view() local
11138 marg_lon = (long)(3 * screen_width * scale_x/2); in setup_in_view()
11143 if (marg_lon < IN_VIEW_MIN*60*100) // with trail parts on screen in setup_in_view()
11145 marg_lon = IN_VIEW_MIN*60*100; in setup_in_view()
11159 min_lon = center_longitude - marg_lon; in setup_in_view()
11160 max_lon = center_longitude + marg_lon; in setup_in_view()
11214 long marg_lat, marg_lon; // margin around screen in position_on_extd_screen() local
11217 marg_lon = (long)(3 * screen_width * scale_x/2); in position_on_extd_screen()
11222 if (marg_lon < IN_VIEW_MIN*60*100) // with trail parts on screen in position_on_extd_screen()
11224 marg_lon = IN_VIEW_MIN*60*100; in position_on_extd_screen()
[all …]