Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_bcr.c317 int gmtlib_bcr_get_img (struct GMT_CTRL *GMT, struct GMT_IMAGE *G, double xx, double yy, unsigned c… in gmtlib_bcr_get_img() function
H A Dgmt_internals.h141 EXTERN_MSC int gmtlib_bcr_get_img (struct GMT_CTRL *GMT, struct GMT_IMAGE *G, double xx, double yy,…
H A Dgmt_map.c8493 …if (gmtlib_bcr_get_img (GMT, I, x_proj, y_proj, z_int)) /* So that nodes outside will have the Na… in gmt_img_project()