Home
last modified time | relevance | path

Searched refs:GMT_AXIS_TICK (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_constants.h457 GMT_AXIS_TICK = 2, enumerator
H A Dgmt_plot.c932 if (GMT->current.map.frame.side[S_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_straightlon_checkers()
937 if (GMT->current.map.frame.side[N_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_straightlon_checkers()
976 if (GMT->current.map.frame.side[S_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_curvedlon_checkers()
990 if (GMT->current.map.frame.side[N_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_curvedlon_checkers()
1043 if (GMT->current.map.frame.side[W_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_straightlat_checkers()
1048 if (GMT->current.map.frame.side[E_SIDE] & GMT_AXIS_TICK) { in gmtplot_fancy_frame_straightlat_checkers()
1655 if ((GMT->current.map.frame.side[sides[i]] & GMT_AXIS_TICK) == 0) continue; in gmtplot_map_tick()