Home
last modified time | relevance | path

Searched refs:map_logo (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_defaults.h162 bool map_logo; /* Plot time and map projection on map [false] */ member
H A Dgmt_init.c2025 GMT->current.setting.map_logo = true; in gmtinit_parse_U_option()
6345 GMT->current.setting.map_logo = false; in gmtinit_conf_classic()
7529 … (API, 3, "+c Use the command line as the label [%s].", GMT_choice[GMT->current.setting.map_logo]); in gmtlib_explain_options()
10825 error = gmtinit_true_false_or_error (lower_value, &GMT->current.setting.map_logo); in gmtlib_setparameter()
12392 snprintf (value, GMT_LEN256, "%s", ft[GMT->current.setting.map_logo]); in gmtlib_getparameter()
13734 …ctive = GMT->common.U.active = GMT->common.V.active = false; GMT->current.setting.map_logo = false; in gmtinit_begin_module_sub()
H A Dgmt_plot.c8917 if (GMT->current.setting.map_logo) in gmt_plotinit()