Home
last modified time | relevance | path

Searched refs:bitimage_24 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdimage.c1167 unsigned char *bitimage_8 = NULL, *bitimage_24 = NULL, *rgb_used = NULL; in GMT_grdimage() local
1804 bitimage_24 = Out->data; in GMT_grdimage()
1849 grdimage_grd_color_with_intensity (GMT, Ctrl, Conf, bitimage_24); in GMT_grdimage()
1859 grdimage_grd_color_no_intensity (GMT, Ctrl, Conf, bitimage_24); in GMT_grdimage()
1869 grdimage_img_color_with_intensity (GMT, Ctrl, Conf, bitimage_24); in GMT_grdimage()
1877 grdimage_img_color_no_intensity (GMT, Ctrl, Conf, bitimage_24); in GMT_grdimage()
1892 bitimage_24[0] = (unsigned char)(ks >> 16); in GMT_grdimage()
1893 bitimage_24[1] = (unsigned char)((ks >> 8) & 255); in GMT_grdimage()
1894 bitimage_24[2] = (unsigned char)(ks & 255); in GMT_grdimage()
1896 …gmt_putrgb (GMT, P->bfn[GMT_NAN].rgb), (int)bitimage_24[0], (int)bitimage_24[1], (int)bitimage_24[… in GMT_grdimage()
[all …]
H A Dgrdview.c1338 unsigned char *bitimage_24 = NULL, *bitimage_8 = NULL; in GMT_grdview() local
1436 bitimage_24 = gmt_M_memory (GMT, NULL, nm_i + PS_colormask_off, unsigned char); in GMT_grdview()
1443 for (k = 0; k < 3; k++) bitimage_24[kk++] = gmt_M_u255 (rgb[k]); in GMT_grdview()
1539 for (k = 0; k < 3; k++) bitimage_24[kk++] = gmt_M_u255 (rgb[k]); in GMT_grdview()
1582 … x_width, y_width, PSL_BL, bitimage_24, Ctrl->Q.mask ? -nx_i : nx_i, ny_i, 24); in GMT_grdview()
1583 gmt_M_free (GMT, bitimage_24); in GMT_grdview()