Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpslegend.c1001 …sprintf (def_txtcolor, "%s", gmt_putcolor (GMT, GMT->current.setting.font_annot[GMT_PRIMARY].fill.… in GMT_pslegend()
1002 …sprintf (txtcolor, "%s", gmt_putcolor (GMT, GMT->current.setting.font_annot[GMT_PRIMARY].fill.rgb)… in GMT_pslegend()
H A Dgrdview.c465 gmt_putcolor (API->GMT, API->GMT->PSL->init.page_rgb)); in usage()
1640 …GMT_Report (API, GMT_MSG_INFORMATION, "Do mesh plot with mesh color %s\n", gmt_putcolor (GMT, Ctrl… in GMT_grdview()
H A Dgmt_support.c7067 snprintf (text, GMT_BUFSIZ, "%s,%s:%.5gp", gmt_putcolor (GMT, P->rgb), P->style, P->offset); in gmt_putpen()
7069 …snprintf (text, GMT_BUFSIZ, "%.5gp,%s,%s:%.5gp", P->width, gmt_putcolor (GMT, P->rgb), P->style, P… in gmt_putpen()
7071 …snprintf (text, GMT_BUFSIZ, "%s,%s,%s:%.5gp", GMT_penname[k].name, gmt_putcolor (GMT, P->rgb), P->… in gmt_putpen()
7076 snprintf (text, GMT_BUFSIZ, "%s", gmt_putcolor (GMT, P->rgb)); in gmt_putpen()
7078 snprintf (text, GMT_BUFSIZ, "%.5gp,%s", P->width, gmt_putcolor (GMT, P->rgb)); in gmt_putpen()
7080 snprintf (text, GMT_BUFSIZ, "%s,%s", GMT_penname[k].name, gmt_putcolor (GMT, P->rgb)); in gmt_putpen()
9140 fprintf (fp, format, lo, gmt_putcolor (GMT, P->data[i].rgb_low), '\t'); in gmtlib_write_cpt()
9157 fprintf (fp, format, lo, gmt_putcolor (GMT, P->data[i].rgb_low), '\t'); in gmtlib_write_cpt()
9158 fprintf (fp, format, hi, gmt_putcolor (GMT, P->data[i].rgb_high), '\t'); in gmtlib_write_cpt()
9187 fprintf (fp, "%c\t%s\n", code[i], gmt_putcolor (GMT, P->bfn[i].rgb)); in gmtlib_write_cpt()
[all …]
H A Dgmt_prototypes.h101 EXTERN_MSC char * gmt_putcolor (struct GMT_CTRL *GMT, double *rgb);
H A Dgmt_init.c12495 … snprintf (value, GMT_LEN256, "%s", gmt_putcolor (GMT, GMT->current.setting.color_patch[GMT_BGD])); in gmtlib_getparameter()
12498 … snprintf (value, GMT_LEN256, "%s", gmt_putcolor (GMT, GMT->current.setting.color_patch[GMT_FGD])); in gmtlib_getparameter()
12516 … snprintf (value, GMT_LEN256, "%s", gmt_putcolor (GMT, GMT->current.setting.color_patch[GMT_NAN])); in gmtlib_getparameter()
12646 snprintf (value, GMT_LEN256, "%s", gmt_putcolor (GMT, GMT->current.setting.ps_page_rgb)); in gmtlib_getparameter()
13314 char *gmt_putcolor (struct GMT_CTRL *GMT, double *rgb) { in gmt_putcolor() function