Home
last modified time | relevance | path

Searched refs:gmt_colorname2index (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsimage.c234 …if (opt->arg[0] == '-' || gmt_colorname2index (GMT, opt->arg) >= 0 || !gmt_getrgb (GMT, opt->arg, … in parse()
H A Dgmt_prototypes.h691 EXTERN_MSC int gmt_colorname2index (struct GMT_CTRL *GMT, char *name);
H A Dgrdcontour.c475 if (gmt_colorname2index (GMT, txt_a) >= 0) j = k; /* Found a colorname; wind j back by 1 */ in parse()
H A Dpscontour.c636 if (gmt_colorname2index (GMT, txt_a) >= 0) j = k; /* Found a colorname; wind j back by 1 */ in parse()
H A Dgrdview.c749 if (gmt_colorname2index (GMT, txt_a) >= 0) /* Found a colorname: reset j to 0 */ in parse()
H A Dgmt_support.c808 if ((n = (int)gmt_colorname2index (GMT, buffer)) < 0) { in gmtsupport_gethsv()
918 if (gmt_colorname2index (GMT, word) >= 0) return (true); /* Valid color name */ in gmtlib_is_color()
6564 int gmt_colorname2index (struct GMT_CTRL *GMT, char *name) { in gmt_colorname2index() function
6624 if ((n = (int)gmt_colorname2index (GMT, buffer)) < 0) { in gmt_getrgb()