Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c2781 GMT->current.map.n_lon_nodes = 3; /* > 2 to avoid map-jumps */ in gmtmap_init_linear()
2867 GMT->current.map.n_lon_nodes = 3; /* > 2 to avoid map-jumps */ in gmtmap_init_merc()
2914 GMT->current.map.n_lon_nodes = 3; /* > 2 to avoid map-jumps */ in gmtmap_init_cyleq()
5140 …if (!GMT->current.map.n_lon_nodes) GMT->current.map.n_lon_nodes = urint (GMT->current.map.width / … in gmt_wesn_search()
5143 dx = (xmax - xmin) / GMT->current.map.n_lon_nodes; in gmt_wesn_search()
5148 for (i = k = 0; i <= GMT->current.map.n_lon_nodes; i++) { in gmt_wesn_search()
5237 dx = (xmax - xmin) / GMT->current.map.n_lon_nodes; in gmtmap_horizon_search()
8600 np = GMT->current.map.n_lon_nodes + 1; in gmt_map_clip_path()
9277 for (i = 1; i <= GMT->current.map.n_lon_nodes; i++) { in gmtlib_map_latcross()
9640 …if (!GMT->current.map.n_lon_nodes) GMT->current.map.n_lon_nodes = urint (GMT->current.map.width / … in gmt_proj_setup()
[all …]
H A Dgmt_types.h260 …unsigned int n_lon_nodes; /* Somewhat arbitrary # of nodes for lines in longitude (may be reset i… member
H A Dgmt_plot.c1550 nr = GMT->current.map.n_lon_nodes + GMT->current.map.n_lat_nodes; in gmtplot_genper_map_boundary()
1598 nr = GMT->current.map.n_lon_nodes; /* Points needed to draw a full circle */ in gmtplot_theta_r_map_boundary()
H A Dgmt_init.c7012 GMT->current.map.n_lon_nodes = 360; in gmtinit_new_GMT_ctrl()
7016 …rent.map.dlon = (GMT->common.R.wesn[XHI] - GMT->common.R.wesn[XLO]) / GMT->current.map.n_lon_nodes; in gmtinit_new_GMT_ctrl()