Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h448 GMT_IS_FANCY = 4, /* Fancy baseframe */ enumerator
H A Dgmt_map.c3484 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_oblique()
3679 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_tm()
3809 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_utm()
4400 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_mollweide()
4461 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_hammer()
4519 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_grinten()
4575 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_winkel()
4631 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_eckert4()
4689 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_eckert6()
4746 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY) GMT->current.setting.map_frame_type = GMT_… in gmtmap_init_robinson()
[all …]
H A Dgmt_plot.c1316 if (!(GMT->current.setting.map_frame_type & GMT_IS_FANCY)) { /* Draw plain boundary and return */ in gmtplot_fancy_map_boundary()
1388 if (!(GMT->current.setting.map_frame_type & GMT_IS_FANCY)) { /* Draw plain boundary and return */ in gmtplot_polar_map_boundary()
1463 if (!(GMT->current.setting.map_frame_type & GMT_IS_FANCY)) { /* Draw plain boundary and return */ in gmtplot_conic_map_boundary()
1740 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY && GMT->current.setting.map_frame_width > d… in gmtplot_get_annot_offset()
2372 if (!(GMT->current.setting.map_frame_type & GMT_IS_FANCY)) { /* Draw plain boundary and return */ in gmtplot_map_tickmarks()
6356 …if (GMT->current.setting.map_frame_type & GMT_IS_FANCY && !gmtplot_is_fancy_boundary(GMT)) GMT->cu… in gmt_map_basemap()
H A Dgmt_init.c6320 GMT->current.setting.map_frame_type = GMT_IS_FANCY; in gmtinit_conf_classic()
6687 GMT->current.setting.map_frame_type = GMT_IS_FANCY; in gmtinit_conf_modern_override()
10062 …s_geographic (GMT, GMT_IN) && (GMT->current.setting.map_frame_type == GMT_IS_FANCY || GMT->current… in gmt_set_undefined_defaults()
10728 GMT->current.setting.map_frame_type = GMT_IS_FANCY; in gmtlib_setparameter()
12303 else if (GMT->current.setting.map_frame_type == GMT_IS_FANCY) in gmtlib_getparameter()