Home
last modified time | relevance | path

Searched refs:gmt_grd_pad_on (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtestapi_matrix_pad.c24 gmt_grd_pad_on (API->GMT, G2, pad2); /* Add pad */ in main()
H A Dgrdhisteq.c273 gmt_grd_pad_on (GMT, Grid, pad); /* Reinstate the original pad */ in grdhisteq_do_hist_equalization_cart()
H A Dxyz2grd.c820 gmt_grd_pad_on (GMT, Grid, GMT->current.io.pad); /* Restore padding */ in GMT_xyz2grd()
H A Dgrdgradient.c735 gmt_grd_pad_on (GMT, Grid, orig_pad); /* Now reinstate the original pad */ in GMT_grdgradient()
H A Dgmt_grdio.c2719 void gmt_grd_pad_on (struct GMT_CTRL *GMT, struct GMT_GRID *G, unsigned int *pad) { in gmt_grd_pad_on() function
2922 gmt_grd_pad_on (GMT, *Out, pad); /* Add pad */ in gmt_set_outgrid()
2932 gmt_grd_pad_on (GMT, *Out, pad); /* Add pad */ in gmt_set_outgrid()
H A Dgmt_prototypes.h230 EXTERN_MSC void gmt_grd_pad_on (struct GMT_CTRL *GMT, struct GMT_GRID *G, unsigned int *pad);
H A Dgmt_api.c4735 gmt_grd_pad_on (GMT, image, GMT->current.io.pad); in gmtapi_import_image()
5248 gmt_grd_pad_on (GMT, G_obj, GMT->current.io.pad); in gmtapi_import_grid()
5626 gmt_grd_pad_on (GMT, G_copy, GMT->current.io.pad); in gmtapi_export_grid()
5722 gmt_grd_pad_on (GMT, G_obj, GMT_no_pad); /* Adjust pad */ in gmtapi_export_grid()
12122 gmt_grd_pad_on (GMT, G, GMT->current.io.pad); in gmtapi_fft_init_2d()
14859 gmt_grd_pad_on (API->GMT, G, pad); /* Restore pad on grid */ in gmtapi_change_gridlayout()
H A Dgrdmath.c1537 gmt_grd_pad_on (GMT, stack[prev]->G, pad); /* Reinstate the original pad */ in grdmath_CORRCOEFF()
1538 gmt_grd_pad_on (GMT, stack[last]->G, pad); /* Reinstate the original pad */ in grdmath_CORRCOEFF()
4266 gmt_grd_pad_on (GMT, stack[prev]->G, pad); /* Reinstate the original pad */ in grdmath_PQUANT()
/dports/graphics/gmt/gmt-6.3.0/src/segy/
H A Dsegy2grd.c583 gmt_grd_pad_on (GMT, Grid, GMT->current.io.pad); /* Restore padding */ in GMT_segy2grd()