Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdproject.c533 if (gmt_grd_project (GMT, Rect, Geo, true)) Return (GMT_RUNTIME_ERROR); in GMT_grdproject()
586 if (gmt_grd_project (GMT, Geo, Rect, false)) Return (GMT_RUNTIME_ERROR); in GMT_grdproject()
H A Dgrdimage.c1650 …if (gmt_grd_project (GMT, Grid_orig, Grid_proj, false)) Return (GMT_RUNTIME_ERROR); /* Now project… in GMT_grdimage()
1673 …if (gmt_grd_project (GMT, Intens_orig, Intens_proj, false)) Return (GMT_RUNTIME_ERROR); /* Now pro… in GMT_grdimage()
H A Dgmt_prototypes.h593 EXTERN_MSC int gmt_grd_project (struct GMT_CTRL *GMT, struct GMT_GRID *I, struct GMT_GRID *O, bool …
H A Dgmt_map.c8046 int gmt_grd_project (struct GMT_CTRL *GMT, struct GMT_GRID *I, struct GMT_GRID *O, bool inverse) { in gmt_grd_project() function