Home
last modified time | relevance | path

Searched refs:gmt_contlabel_specs (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h538 EXTERN_MSC int gmt_contlabel_specs (struct GMT_CTRL *GMT, char *txt, struct GMT_CONTOUR *G);
H A Dgrdcontour.c334 if (gmt_contlabel_specs (GMT, c, &Ctrl->contour)) { in parse()
H A Dpscontour.c499 if (gmt_contlabel_specs (GMT, c, &Ctrl->contour)) { in parse()
H A Dgmt_init.c16857 decode_error += gmt_contlabel_specs (GMT, &text[colon+1], &p->G); in gmt_parse_symbol_option()
H A Dgmt_support.c10051 int gmt_contlabel_specs (struct GMT_CTRL *GMT, char *txt, struct GMT_CONTOUR *G) { in gmt_contlabel_specs() function