Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsconvert.c1117 … GMT_MSG_INFORMATION, "Paint background BoundingBox using paint %s\n", gmt_putrgb (GMT, N->fill.rg… in psconvert_possibly_fill_or_outline_BB()
1118 …ents) fprintf (fp, "%% Paint background BoundingBox using paint %s\n", gmt_putrgb (GMT, N->fill.rg… in psconvert_possibly_fill_or_outline_BB()
2407 …GMT_Report (API, GMT_MSG_INFORMATION, "Append fading to %s at %d%%.\n", gmt_putrgb (GMT, Ctrl->N.f… in GMT_psconvert()
H A Dgmt_prototypes.h102 EXTERN_MSC char * gmt_putrgb (struct GMT_CTRL *GMT, double *rgb);
H A Dgmt_support.c192 …GMT_Report (GMT->parent, GMT_MSG_DEBUG, "Background pixels set to colors %s\n", gmt_putrgb (GMT, f… in gmtsupport_parse_pattern_new()
205 …GMT_Report (GMT->parent, GMT_MSG_DEBUG, "Foreground pixels set to colors %s\n", gmt_putrgb (GMT, f… in gmtsupport_parse_pattern_new()
9138 fprintf (fp, format, lo, gmt_putrgb (GMT, P->data[i].rgb_low), '\t'); in gmtlib_write_cpt()
9153 fprintf (fp, format, lo, gmt_putrgb (GMT, P->data[i].rgb_low), '\t'); in gmtlib_write_cpt()
9154 fprintf (fp, format, hi, gmt_putrgb (GMT, P->data[i].rgb_high), '\t'); in gmtlib_write_cpt()
9185 fprintf (fp, "%c\t%s\n", code[i], gmt_putrgb (GMT, P->bfn[i].rgb)); in gmtlib_write_cpt()
9289 …P->data[n].z_low, P->data[n].z_high, gmt_putrgb (GMT, P->data[n].rgb_low), gmt_putrgb (GMT, P->dat… in gmtlib_init_cpt()
H A Dgrdimage.c1896gmt_putrgb (GMT, P->bfn[GMT_NAN].rgb), (int)bitimage_24[0], (int)bitimage_24[1], (int)bitimage_24[… in GMT_grdimage()
H A Dgmt_init.c13332 char *gmt_putrgb (struct GMT_CTRL *GMT, double *rgb) { in gmt_putrgb() function