Home
last modified time | relevance | path

Searched refs:gx_color_value_from_byte (Results 1 – 14 of 14) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevbmpc.c233 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
234 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
235 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c221 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
222 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
223 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h33 #define gx_color_value_from_byte(cb)\ macro
H A Dgdevjpeg.c134 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpegcmyk_map_color_rgb()
135 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpegcmyk_map_color_rgb()
136 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpegcmyk_map_color_rgb()
H A Dgxcmap.c1382 prgb[0] = gx_color_value_from_byte(color >> 16); in gx_default_rgb_map_color_rgb()
1383 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in gx_default_rgb_map_color_rgb()
1384 prgb[2] = gx_color_value_from_byte(color & 0xff); in gx_default_rgb_map_color_rgb()
1474 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in cmyk_8bit_map_color_rgb()
1475 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in cmyk_8bit_map_color_rgb()
1476 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in cmyk_8bit_map_color_rgb()
1484 pcv[0] = gx_color_value_from_byte((color >> 24) & 0xff); in cmyk_8bit_map_color_cmyk()
1485 pcv[1] = gx_color_value_from_byte((color >> 16) & 0xff); in cmyk_8bit_map_color_cmyk()
1486 pcv[2] = gx_color_value_from_byte((color >> 8) & 0xff); in cmyk_8bit_map_color_cmyk()
1487 pcv[3] = gx_color_value_from_byte(color & 0xff); in cmyk_8bit_map_color_cmyk()
H A Dgdevpng.c535 prgb[0] = gx_color_value_from_byte((color >> 24) & 0xff); in pngalpha_decode_color()
536 prgb[1] = gx_color_value_from_byte((color >> 16) & 0xff); in pngalpha_decode_color()
537 prgb[2] = gx_color_value_from_byte((color >> 8) & 0xff); in pngalpha_decode_color()
H A Dgsalphac.c374 gx_color_value red = gx_color_value_from_byte((byte) (color >> 24)); in dca_map_color_rgb()
398 green = gx_color_value_from_byte((byte) (color >> 16)), in dca_map_color_rgb()
399 blue = gx_color_value_from_byte((byte) (color >> 8)); in dca_map_color_rgb()
421 prgba[3] = gx_color_value_from_byte((byte) color); in dca_map_color_rgb_alpha()
H A Dgdevmem.c618 prgb[0] = gx_color_value_from_byte(pptr[0]); in mem_mapped_map_color_rgb()
619 prgb[1] = gx_color_value_from_byte(pptr[1]); in mem_mapped_map_color_rgb()
620 prgb[2] = gx_color_value_from_byte(pptr[2]); in mem_mapped_map_color_rgb()
H A Dgdevos2p.c581 prgb[2] = gx_color_value_from_byte(color >> 16); in os2prn_map_color_rgb()
582 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in os2prn_map_color_rgb()
583 prgb[0] = gx_color_value_from_byte(color & 0xff); in os2prn_map_color_rgb()
H A Dgdevdrop.c304 cv[0] = gx_color_value_from_byte(vr); in pack_from_standard()
305 cv[1] = gx_color_value_from_byte(vg); in pack_from_standard()
306 cv[2] = gx_color_value_from_byte(vb); in pack_from_standard()
H A Dgdevcd8.c2583 prgb[0] = gx_color_value_from_byte(c >> 16); in gdev_pcl_map_color_rgb()
2584 prgb[1] = gx_color_value_from_byte((c >> 8) & 0xff); in gdev_pcl_map_color_rgb()
2585 prgb[2] = gx_color_value_from_byte(c & 0xff); in gdev_pcl_map_color_rgb()
2589 #define gx_maxcol gx_color_value_from_byte(gx_color_value_to_byte(gx_max_color_value)) in gdev_pcl_map_color_rgb()
2591 gx_color_value w = gx_maxcol - gx_color_value_from_byte(color >> 24); in gdev_pcl_map_color_rgb()
2593 prgb[0] = w - gx_color_value_from_byte((color >> 16) & 0xff); in gdev_pcl_map_color_rgb()
2594 prgb[1] = w - gx_color_value_from_byte((color >> 8) & 0xff); in gdev_pcl_map_color_rgb()
2595 prgb[2] = w - gx_color_value_from_byte(color & 0xff); in gdev_pcl_map_color_rgb()
H A Dgdevcdj.c2946 prgb[0] = gx_color_value_from_byte((gx_color_value)(c >> 16));
2947 prgb[1] = gx_color_value_from_byte((gx_color_value)((c >> 8) & 0xff));
2948 prgb[2] = gx_color_value_from_byte((gx_color_value)(c & 0xff));
2952 #define gx_maxcol gx_color_value_from_byte(gx_color_value_to_byte(gx_max_color_value))
2953 { gx_color_value w = gx_maxcol - gx_color_value_from_byte(color >> 24);
2954 prgb[0] = w - gx_color_value_from_byte((color >> 16) & 0xff);
2955 prgb[1] = w - gx_color_value_from_byte((color >> 8) & 0xff);
2956 prgb[2] = w - gx_color_value_from_byte(color & 0xff);
H A Dgdevwpr2.c653 prgb[2] = gx_color_value_from_byte(color >> 16); in win_pr2_map_color_rgb()
654 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in win_pr2_map_color_rgb()
655 prgb[0] = gx_color_value_from_byte(color & 0xff); in win_pr2_map_color_rgb()
H A Dgdevdsp.c699 prgb[0] = gx_color_value_from_byte(color & 0xff); in display_map_color_rgb_bgr24()
700 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in display_map_color_rgb_bgr24()
701 prgb[2] = gx_color_value_from_byte((color >> 16) & 0xff); in display_map_color_rgb_bgr24()