Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h81 GMT_CYL_EQ, enumerator
H A Dgmt_map.c5080 …case GMT_CYL_EQ: error = gmtmap_init_cyleq (GMT, search); break; /* Cylindrical Equal… in map_init_proj4()
6174 case GMT_CYL_EQ: in gmtmap_init_three_D()
8588 case GMT_CYL_EQ: in gmt_map_clip_path()
8656 case GMT_CYL_EQ: in gmt_map_clip_path()
9570 case GMT_CYL_EQ: /* Cylindrical Equal-Area */ in gmt_proj_setup()
H A Dgmt_plot.c2748 ….projection_GMT == GMT_ROBINSON || GMT->current.proj.projection_GMT == GMT_CYL_EQ || GMT->current.… in gmtplot_map_annotate()
2991 case GMT_CYL_EQ: in gmtplot_map_boundary()
3049 case GMT_CYL_EQ: in gmtplot_is_fancy_boundary()
8197 case GMT_CYL_EQ: in gmt_export2proj4()
H A Dgmt_init.c4675 if ((*pos = (int)gmt_strlcmp ("cea/" , args))) return (GMT_CYL_EQ); in gmtinit_project_type()
4739 if (t == 'y') return (GMT_CYL_EQ); in gmtinit_project_type()
5449 case GMT_CYL_EQ: /* Cylindrical Equal Area */ in gmtinit_parse_J_option()
5474 error += ((project == GMT_CYL_EQ || project == GMT_MERCATOR || project == GMT_POLYCONIC) in gmtinit_parse_J_option()
6921 { "cea" , GMT_CYL_EQ }, in gmtinit_new_GMT_ctrl()