Home
last modified time | relevance | path

Searched refs:x_pixel (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlemandl.c27 int x_pixel, y_pixel; local
81 for (x_pixel = 0; x_pixel < xsize; x_pixel++)
98 rows[0][x_pixel] = (rle_pixel) (iter <= 0 ? 0 : iter);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevx.h24 typedef unsigned long x_pixel; typedef
76 x_pixel colors_or; /* 'or' of all device colors used so far */
77 x_pixel colors_and; /* 'and' ditto */
93 x_pixel fore_c, back_c;
117 x_pixel back_color, fore_color;
H A Dgdevx.c403 x_pixel in x_copy_mono()
423 fc = ~(x_pixel) 0; in x_copy_mono()
435 bc = ~(x_pixel) 0; in x_copy_mono()
487 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
488 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
491 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
492 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
553 x_pixel pixel; in x_copy_image()
588 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1221 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
H A Dgdevxcmp.h127 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevx.h24 typedef unsigned long x_pixel; typedef
76 x_pixel colors_or; /* 'or' of all device colors used so far */
77 x_pixel colors_and; /* 'and' ditto */
93 x_pixel fore_c, back_c;
117 x_pixel back_color, fore_color;
H A Dgdevx.c403 x_pixel in x_copy_mono()
423 fc = ~(x_pixel) 0; in x_copy_mono()
435 bc = ~(x_pixel) 0; in x_copy_mono()
487 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
488 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
491 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
492 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
553 x_pixel pixel; in x_copy_image()
588 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1221 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
H A Dgdevxcmp.h127 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevx.h22 typedef unsigned long x_pixel; typedef
94 x_pixel colors_or; /* 'or' of all device colors used so far */
95 x_pixel colors_and; /* 'and' ditto */
111 x_pixel fore_c, back_c;
135 x_pixel back_color, fore_color;
H A Dgdevx.c406 x_pixel in x_copy_mono()
426 fc = ~(x_pixel) 0; in x_copy_mono()
438 bc = ~(x_pixel) 0; in x_copy_mono()
490 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
491 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
494 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
495 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
556 x_pixel pixel; in x_copy_image()
591 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1225 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevx.h22 typedef unsigned long x_pixel; typedef
94 x_pixel colors_or; /* 'or' of all device colors used so far */
95 x_pixel colors_and; /* 'and' ditto */
111 x_pixel fore_c, back_c;
135 x_pixel back_color, fore_color;
H A Dgdevx.c406 x_pixel in x_copy_mono()
426 fc = ~(x_pixel) 0; in x_copy_mono()
438 bc = ~(x_pixel) 0; in x_copy_mono()
490 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
491 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
494 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
495 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
556 x_pixel pixel; in x_copy_image()
591 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1225 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
H A Dgdevxcmp.h125 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevx.h27 typedef unsigned long x_pixel; typedef
99 x_pixel colors_or; /* 'or' of all device colors used so far */
100 x_pixel colors_and; /* 'and' ditto */
116 x_pixel fore_c, back_c;
140 x_pixel back_color, fore_color;
H A Dgdevx.c410 x_pixel in x_copy_mono()
430 fc = ~(x_pixel) 0; in x_copy_mono()
442 bc = ~(x_pixel) 0; in x_copy_mono()
494 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
495 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
498 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
499 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
560 x_pixel pixel; in x_copy_image()
653 x_pixel pixel = (ptr[tx >> 3] & mask ? one : zero); in x_strip_tile_rectangle()
1211 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
H A Dgdevxcmp.h130 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevx.h27 typedef unsigned long x_pixel; typedef
99 x_pixel colors_or; /* 'or' of all device colors used so far */
100 x_pixel colors_and; /* 'and' ditto */
116 x_pixel fore_c, back_c;
140 x_pixel back_color, fore_color;
H A Dgdevx.c410 x_pixel in x_copy_mono()
430 fc = ~(x_pixel) 0; in x_copy_mono()
442 bc = ~(x_pixel) 0; in x_copy_mono()
494 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
495 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
498 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
499 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
560 x_pixel pixel; in x_copy_image()
653 x_pixel pixel = (ptr[tx >> 3] & mask ? one : zero); in x_strip_tile_rectangle()
1211 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevx.h73 x_pixel colors_or; /* 'or' of all device colors used so far */
74 x_pixel colors_and; /* 'and' ditto */
90 x_pixel fore_c, back_c;
114 x_pixel back_color, fore_color;
H A Dgdevxcmp.h27 typedef unsigned long x_pixel; typedef
134 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
H A Dgdevx.c440 x_pixel in x_copy_mono()
460 fc = ~(x_pixel) 0; in x_copy_mono()
472 bc = ~(x_pixel) 0; in x_copy_mono()
524 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
525 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
528 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
529 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
590 x_pixel pixel; in x_copy_image()
625 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1198 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevx.h73 x_pixel colors_or; /* 'or' of all device colors used so far */
74 x_pixel colors_and; /* 'and' ditto */
90 x_pixel fore_c, back_c;
114 x_pixel back_color, fore_color;
H A Dgdevxcmp.h27 typedef unsigned long x_pixel; typedef
134 x_pixel *dither_ramp; /* [color_info.dither_colors^3] if color,
H A Dgdevx.c440 x_pixel in x_copy_mono()
460 fc = ~(x_pixel) 0; in x_copy_mono()
472 bc = ~(x_pixel) 0; in x_copy_mono()
524 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
525 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
528 XSetBackground(xdev->dpy, xdev->cp.gc, (x_pixel) 0); in x_copy_mono()
529 XSetForeground(xdev->dpy, xdev->cp.gc, (x_pixel) 1); in x_copy_mono()
590 x_pixel pixel; in x_copy_image()
625 xdev->colors_or = (x_pixel)(-1); in x_copy_image()
1198 if (gcv.foreground != ~(x_pixel)0 && gcv.background != ~(x_pixel)0) { in alt_put_image()
[all …]
/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dprinter.c53 for (unsigned x_pixel = 0; x_pixel < 8; x_pixel++) { in handle_command() local
54 … gb->printer.image[gb->printer.image_offset + tile_x * 8 + x_pixel + y * 160] = in handle_command()
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dtex_font_metrics.c45 short x_pixel; member
145 READ_BYTES( tfm_file, &ch_dims.x_pixel, sizeof(short), swap_bytes ); in load_tex_font_metrics()
162 cd->tex_ll = make_point2d( ch_dims.x_pixel / (scalar_t)texture_width + in load_tex_font_metrics()

123