Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Dfit_map.c13 PS.ns_to_y = PS.map_height * 72.0 / (PS.w.north - PS.w.south); in fit_map_to_box()
14 if (PS.ew_to_x < PS.ns_to_y) { in fit_map_to_box()
16 PS.map_pix_high = 72.0 * PS.map_height * PS.ew_to_x / PS.ns_to_y; in fit_map_to_box()
17 PS.ns_to_y = PS.ew_to_x; in fit_map_to_box()
20 PS.map_pix_wide = 72.0 * PS.map_width * PS.ns_to_y / PS.ew_to_x; in fit_map_to_box()
22 PS.ew_to_x = PS.ns_to_y; in fit_map_to_box()
H A Dps_info.h20 #define YCONV(N_COORD) (PS.map_bot + PS.ns_to_y * ((N_COORD) - PS.w.south))
69 double ew_to_x, ns_to_y; member
H A Dmap_setup.c70 PS.ns_to_y = PS.map_pix_high / (PS.w.north - PS.w.south); in map_setup()
H A Ddo_labels.c165 fontsize = size * PS.ns_to_y; in do_label()