Home
last modified time | relevance | path

Searched refs:gmt_M_uint_swap (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_macros.h120 #define gmt_M_uint_swap(x, y) {unsigned int uint_tmp; uint_tmp = x, x = y, y = uint_tmp;} macro
H A Dmapproject.c1246gmt_M_uint_swap (GMT->current.io.col_type[GMT_IN][GMT_X], GMT->current.io.col_type[GMT_OUT][GMT_X]… in GMT_mapproject()
1247gmt_M_uint_swap (GMT->current.io.col_type[GMT_IN][GMT_Y], GMT->current.io.col_type[GMT_OUT][GMT_Y]… in GMT_mapproject()
H A Dpsxy.c1225 gmt_M_uint_swap (xy_errors[GMT_X], xy_errors[GMT_Y]); in GMT_psxy()
1226 gmt_M_uint_swap (error_type[GMT_X], error_type[GMT_Y]); in GMT_psxy()
H A Dpsscale.c1709gmt_M_uint_swap (GMT->current.proj.xyz_projection[GMT_X], GMT->current.proj.xyz_projection[GMT_Y]); in psscale_draw_colorbar()
H A Dgmt_plot.c6126 …if (GMT->current.proj.got_azimuths) gmt_M_uint_swap (GMT->current.map.frame.side[E_SIDE], GMT->cur… in gmtplot_map_griditems()
6132 …if (GMT->current.proj.got_azimuths) gmt_M_uint_swap (GMT->current.map.frame.side[E_SIDE], GMT->cur… in gmtplot_map_griditems()
6369 …if (GMT->current.proj.got_azimuths) gmt_M_uint_swap (GMT->current.map.frame.side[E_SIDE], GMT->cur… in gmt_map_basemap()
6399 …if (GMT->current.proj.got_azimuths) gmt_M_uint_swap (GMT->current.map.frame.side[E_SIDE], GMT->cur… in gmt_map_basemap()
H A Dgmt_map.c835 gmt_M_uint_swap (sides[0], sides[1]); in gmtmap_wesn_crossing()
994 gmt_M_uint_swap (sides[0], sides[1]); in gmtmap_rect_crossing()
1480 gmt_M_uint_swap (in, out); /* Swap what is input and output for clipping against this border */ in gmtmap_rect_clip()
1745 gmt_M_uint_swap (in, out); /* Swap what is input and output for clipping against this border */ in map_wesn_clip()