Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_constants.h460 GMT_AXIS_ALL = 7}; enumerator
H A Dgmt_init.c2650 case 'W': side[W_SIDE] |= GMT_AXIS_ALL; break; in gmtinit_decode4_wesnz()
2651 case 'E': side[E_SIDE] |= GMT_AXIS_ALL; break; in gmtinit_decode4_wesnz()
2652 case 'S': side[S_SIDE] |= GMT_AXIS_ALL; break; in gmtinit_decode4_wesnz()
2653 case 'N': side[N_SIDE] |= GMT_AXIS_ALL; break; in gmtinit_decode4_wesnz()
2654 case 'Z': side[Z_SIDE] |= GMT_AXIS_ALL; break; in gmtinit_decode4_wesnz()
4077 if (GMT->current.map.frame.side[k] & GMT_AXIS_ALL) in gmtinit_sides2axes()
4109 case 'W': f_side[W_SIDE] |= GMT_AXIS_ALL; s_given = true; break; in gmtinit_decode5_wesnz()
4110 case 'E': f_side[E_SIDE] |= GMT_AXIS_ALL; s_given = true; break; in gmtinit_decode5_wesnz()
4111 case 'S': f_side[S_SIDE] |= GMT_AXIS_ALL; s_given = true; break; in gmtinit_decode5_wesnz()
4112 case 'N': f_side[N_SIDE] |= GMT_AXIS_ALL; s_given = true; break; in gmtinit_decode5_wesnz()
[all …]
H A Dpsscale.c2092 …E_SIDE] = GMT->current.map.frame.side[N_SIDE] = GMT->current.map.frame.side[W_SIDE] = GMT_AXIS_ALL; in GMT_psscale()
H A Dgmt_plot.c2276 … (!(GMT->current.map.frame.side[W_SIDE] == GMT_AXIS_ALL && GMT->current.map.frame.side[E_SIDE] == in gmtplot_skip_polar_apex_annotation()