Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_internals.h185 EXTERN_MSC uint64_t gmtlib_lonpath (struct GMT_CTRL *GMT, double lon, double lat1, double lat2, dou…
H A Dgmt_map.c7598 add = gmtlib_lonpath (GMT, px1, s, n, &xtmp, &ytmp); /* east (or west if dir == -1) */ in gmt_graticule_path()
7625 add = gmtlib_lonpath (GMT, px3, n, s, &xtmp, &ytmp); /* west */ in gmt_graticule_path()
7656 return (gmtlib_lonpath (GMT, lon1, lat1, lat2, x, y)); in gmtlib_map_path()
7660 uint64_t gmtlib_lonpath (struct GMT_CTRL *GMT, double lon, double lat1, double lat2, double **x, do… in gmtlib_lonpath() function
H A Dgmt_plot.c595 nn = gmtlib_lonpath (GMT, lon, south, north, &llon, &llat); in gmtplot_map_lonline()
4444 perim_n = gmtlib_lonpath (GMT, start_lon, pole_lat, yc, &x_perim, &y_perim);
9364 perim_n = gmtlib_lonpath (GMT, start_lon, pole_lat, yc, &x_perim, &y_perim); in gmt_geo_polarcap_segment()