Searched refs:gmtplot_fancy_frame_offset (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/gmt/gmt-6.3.0/src/ |
H A D | gmt_plot.c | 890 GMT_LOCAL void gmtplot_fancy_frame_offset (struct GMT_CTRL *GMT, double angle, double shift[2]) { in gmtplot_fancy_frame_offset() function 912 gmtplot_fancy_frame_offset (GMT, d_atan2 (y2 - y1, x2 - x1), shift_s); in gmtplot_fancy_frame_straightlon_checkers() 916 gmtplot_fancy_frame_offset (GMT, d_atan2 (y2 - y1, x2 - x1), shift_n); in gmtplot_fancy_frame_straightlon_checkers() 1021 gmtplot_fancy_frame_offset (GMT, d_atan2 (y2 - y1, x2 - x1), shift_w); in gmtplot_fancy_frame_straightlat_checkers() 1025 gmtplot_fancy_frame_offset (GMT, d_atan2 (y2 - y1, x2 - x1), shift_e); in gmtplot_fancy_frame_straightlat_checkers()
|