Home
last modified time | relevance | path

Searched refs:gmt_M_is_conical (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h92 #define gmt_M_is_conical(C) (C->current.proj.projection / 100 == 2) macro
H A Dpsxyz.c924 …if ((gmt_M_is_conical(GMT) && gmt_M_360_range (GMT->common.R.wesn[XLO], GMT->common.R.wesn[XHI])))… in GMT_psxyz()
H A Dpsxy.c1278 …if ((gmt_M_is_conical(GMT) && gmt_M_360_range (GMT->common.R.wesn[XLO], GMT->common.R.wesn[XHI])))… in GMT_psxy()
H A Dgmt_plot.c1185 …if ((gmt_M_is_azimuthal(GMT) || gmt_M_is_conical(GMT)) && GMT->current.map.frame.side[W_SIDE] && G… in gmtplot_rounded_framecorners()
1650 …set_angle = ((!GMT->common.R.oblique && !(gmt_M_is_azimuthal(GMT) || gmt_M_is_conical(GMT))) || GM… in gmtplot_map_tick()
2752 …if (gmt_M_is_conical (GMT) && gmt_M_360_range (w, e)) /* Special case since 360 longitudes do not … in gmtplot_map_annotate()
H A Dgmt_map.c9255 …if (gmt_M_is_conical (GMT) && gmt_M_360_range (west, east)) { /* Special case since 360 longitudes… in gmtlib_map_latcross()
H A Dgmt_init.c8959 …if (gmt_M_is_conical (GMT) && gmt_M_360_range (p[0], p[1]) && !doubleAlmostEqualZero (0.5 * (p[0] … in gmt_parse_R_option()
H A Dgmt_support.c15340 …set_angle = ((!GMT->common.R.oblique && !(gmt_M_is_azimuthal(GMT) || gmt_M_is_conical(GMT))) || GM… in gmtlib_prepare_label()