Home
last modified time | relevance | path

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

123456

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevjpx.c117 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
118 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
119 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
H A Dgdevbmpc.c229 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
230 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
231 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c217 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
218 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
219 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h30 #define gx_color_value_from_byte(cb)\ macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevbmpc.c231 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
232 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
233 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevjpx.c122 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
123 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
124 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevjpx.c119 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
120 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
121 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
H A Dgdevbmpc.c231 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
232 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
233 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c213 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
214 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
215 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevbmpc.c231 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
232 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
233 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevjpx.c122 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
123 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
124 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevbmpc.c231 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
232 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
233 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevjpx.c119 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
120 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
121 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
H A Dgdevcp50.c213 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
214 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
215 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h34 #define gx_color_value_from_byte(cb)\ macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevjpx.c117 prgb[0] = (r < 0 ? 0 : gx_color_value_from_byte(r)); in jpx_cmyk_map_color_rgb()
118 prgb[1] = (g < 0 ? 0 : gx_color_value_from_byte(g)); in jpx_cmyk_map_color_rgb()
119 prgb[2] = (b < 0 ? 0 : gx_color_value_from_byte(b)); in jpx_cmyk_map_color_rgb()
H A Dgdevbmpc.c229 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
230 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
231 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c217 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
218 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
219 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h30 #define gx_color_value_from_byte(cb)\ macro
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevbmpc.c230 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
231 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
232 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c220 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
221 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
222 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h35 #define gx_color_value_from_byte(cb)\ macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevbmpc.c230 prgb[2] = gx_color_value_from_byte(color >> 16); in bmp_map_16m_color_rgb()
231 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in bmp_map_16m_color_rgb()
232 prgb[0] = gx_color_value_from_byte(color & 0xff); in bmp_map_16m_color_rgb()
H A Dgdevcp50.c220 { prgb[2] = gx_color_value_from_byte(color & 0xff); in cp50_color_rgb()
221 prgb[1] = gx_color_value_from_byte((color >> 8) & 0xff); in cp50_color_rgb()
222 prgb[0] = gx_color_value_from_byte(color >> 16); in cp50_color_rgb()
H A Dgxcvalue.h35 #define gx_color_value_from_byte(cb)\ macro

123456