Home
last modified time | relevance | path

Searched refs:COLOR_PIXEL (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dscreen-vram-200h.h21 dst[0] = COLOR_PIXEL( vcol[0] >> 4 ); \
22 dst[1] = COLOR_PIXEL( vcol[1] >> 4 ); \
23 dst[2] = COLOR_PIXEL( vcol[0] & 7 ); \
24 dst[3] = COLOR_PIXEL( vcol[1] & 7 );
33 dst[0] = COLOR_PIXEL( vcol[0] >> 4 ); \
34 dst[1] = COLOR_PIXEL( vcol[1] >> 4 ); \
35 dst[2] = COLOR_PIXEL( vcol[0] & 7 ); \
36 dst[3] = COLOR_PIXEL( vcol[1] & 7 ); \
37 dst[4] = COLOR_PIXEL( vcol[2] >> 4 ); \
38 dst[5] = COLOR_PIXEL( vcol[3] >> 4 ); \
[all …]
H A Dscreen-vram-base.h138 (TYPE) (((data) & 0x00808080) ? (col) : COLOR_PIXEL(0))
148 (TYPE) (((data) & 0x80808000) ? (col) : COLOR_PIXEL(0))
155 (TYPE) (((data) & 0x00000080) ? (col) : COLOR_PIXEL(0))
184 #define C7 COLOR_PIXEL( vcol[0] >> 6 )
185 #define C6 COLOR_PIXEL( vcol[1] >> 6 )
186 #define C5 COLOR_PIXEL((vcol[2] >> 3) & 7 )
187 #define C4 COLOR_PIXEL((vcol[0] >> 3) & 7 )
188 #define C3 COLOR_PIXEL((vcol[1] >> 3) & 7 )
189 #define C2 COLOR_PIXEL( vcol[2] & 7 )
190 #define C1 COLOR_PIXEL( vcol[0] & 7 )
[all …]
H A Dscreen-menu.h29 TYPE fg = COLOR_PIXEL( src->foreground ); in MENU2SCREEN()
30 TYPE bg = COLOR_PIXEL( src->background ); in MENU2SCREEN()
H A Dscreen-vram.h63 tcol = COLOR_PIXEL( tpal ); in VRAM2SCREEN_DIFF()
158 tcol = COLOR_PIXEL( tpal ); in VRAM2SCREEN_ALL()
H A Dscreen-snapshot.c24 #define COLOR_PIXEL(x) (x) macro
H A Dscreen-32bpp.c28 #define COLOR_PIXEL(x) (TYPE) color_pixel[ x ] macro
H A Dscreen-16bpp.c28 #define COLOR_PIXEL(x) (TYPE) color_pixel[ x ] macro
H A Dscreen-8bpp.c28 #define COLOR_PIXEL(x) (TYPE) color_pixel[ x ] macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevplnx.c135 #define COLOR_PIXEL(edev, color)\ macro
161 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
194 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
201 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
203 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
440 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
524 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
750 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
751 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
762 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevplnx.c130 #define COLOR_PIXEL(edev, color)\ macro
156 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
189 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
196 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
198 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
436 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
520 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
746 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
747 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
758 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevplnx.c135 #define COLOR_PIXEL(edev, color)\ macro
161 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
194 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
201 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
203 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
440 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
524 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
750 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
751 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
762 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevplnx.c161 #define COLOR_PIXEL(edev, color)\ macro
187 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
220 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
227 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
229 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
467 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
551 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
772 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
773 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
784 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevplnx.c161 #define COLOR_PIXEL(edev, color)\ macro
187 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
220 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
227 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
229 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
467 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
551 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
772 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
773 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
784 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevplnx.c132 #define COLOR_PIXEL(edev, color)\ macro
158 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
191 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
198 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
200 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
438 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
522 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
748 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
749 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
760 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevplnx.c132 #define COLOR_PIXEL(edev, color)\ macro
158 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
191 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
198 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
200 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
438 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
522 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
748 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
749 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
760 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevplnx.c130 #define COLOR_PIXEL(edev, color)\ macro
156 gx_color_index pixel = COLOR_PIXEL(edev, gx_dc_pure_color(pdevc)); in reduce_drawing_color()
189 ppdc->colors.pure = COLOR_PIXEL(edev, ppdc->colors.pure); in reduce_drawing_color()
196 COLOR_PIXEL(edev, ppdc->colors.binary.color[0]); in reduce_drawing_color()
198 COLOR_PIXEL(edev, ppdc->colors.binary.color[1]); in reduce_drawing_color()
436 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_fill_rectangle()
520 gx_color_index pixel = COLOR_PIXEL(edev, color); in plane_copy_alpha()
746 source.pixels[0] = COLOR_PIXEL(edev, scolors[0]); in plane_strip_copy_rop()
747 source.pixels[1] = COLOR_PIXEL(edev, scolors[1]); in plane_strip_copy_rop()
758 texture.pixels[0] = COLOR_PIXEL(edev, tcolors[0]); in plane_strip_copy_rop()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DSDef.h31 #define COLOR_PIXEL(d, r, g, b, m) \ macro