Home
last modified time | relevance | path

Searched refs:gx_color_usage_bits (Results 1 – 25 of 26) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxband.h28 typedef gx_color_index gx_color_usage_bits; typedef
31 (((gx_color_usage_bits)1 << (dev)->color_info.num_components) - 1)
33 gx_color_usage_bits gx_color_index2usage(gx_device *dev, gx_color_index);
39 gx_color_usage_bits or; /* the "or" of all the used colors */
H A Dgxclrect.c338 gx_color_usage_bits color_usage; in clist_fill_rectangle()
717 gx_color_usage_bits color_usage = in clist_strip_tile_rectangle()
796 gx_color_usage_bits color_usage = in clist_copy_mono()
1052 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_color()
1167 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_alpha_hl_color()
1296 gx_color_usage_bits color_usage = gx_color_index2usage(dev, color); in clist_copy_alpha()
1443 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_strip_copy_rop2()
1445 gx_color_usage_bits S = in clist_strip_copy_rop2()
1447 gx_color_usage_bits T = in clist_strip_copy_rop2()
1520 if (sizeof(rop_operand) >= sizeof(gx_color_usage_bits)) { in clist_strip_copy_rop2()
[all …]
H A Dgxclpath.h237 gx_color_usage_bits cmd_drawing_color_usage(gx_device_clist_writer *cldev,
H A Dgxclist.c893 gx_color_usage_bits
896 gx_color_usage_bits bits = 0; in gx_color_index2usage()
1203 gx_color_usage_bits or = 0; in clist_writer_color_usage()
H A Dgxclpath.c310 gx_color_usage_bits
330 gx_color_usage_bits bits = 0; in cmd_drawing_color_usage()
H A Dgxclimag.c463 gx_color_usage_bits color_usage = 0; in clist_begin_typed_image()
862 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_begin_typed_image()
H A Dgdevprn.c1383 gx_color_usage_bits or = 0; in gx_page_info_color_usage()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxband.h28 typedef gx_color_index gx_color_usage_bits; typedef
31 (((gx_color_usage_bits)1 << (dev)->color_info.num_components) - 1)
33 gx_color_usage_bits gx_color_index2usage(gx_device *dev, gx_color_index);
39 gx_color_usage_bits or; /* the "or" of all the used colors */
H A Dgxclrect.c338 gx_color_usage_bits color_usage; in clist_fill_rectangle()
717 gx_color_usage_bits color_usage = in clist_strip_tile_rectangle()
796 gx_color_usage_bits color_usage = in clist_copy_mono()
1052 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_color()
1167 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_alpha_hl_color()
1296 gx_color_usage_bits color_usage = gx_color_index2usage(dev, color); in clist_copy_alpha()
1443 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_strip_copy_rop2()
1445 gx_color_usage_bits S = in clist_strip_copy_rop2()
1447 gx_color_usage_bits T = in clist_strip_copy_rop2()
1520 if (sizeof(rop_operand) >= sizeof(gx_color_usage_bits)) { in clist_strip_copy_rop2()
[all …]
H A Dgxclpath.h237 gx_color_usage_bits cmd_drawing_color_usage(gx_device_clist_writer *cldev,
H A Dgxclist.c893 gx_color_usage_bits
896 gx_color_usage_bits bits = 0; in gx_color_index2usage()
1203 gx_color_usage_bits or = 0; in clist_writer_color_usage()
H A Dgxclpath.c310 gx_color_usage_bits
330 gx_color_usage_bits bits = 0; in cmd_drawing_color_usage()
H A Dgxclimag.c463 gx_color_usage_bits color_usage = 0; in clist_begin_typed_image()
862 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_begin_typed_image()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxband.h42 typedef gx_color_index gx_color_usage_bits; typedef
45 (((gx_color_usage_bits)1 << (dev)->color_info.num_components) - 1)
47 gx_color_usage_bits gx_color_index2usage(gx_device *dev, gx_color_index);
53 gx_color_usage_bits or; /* the "or" of all the used colors */
H A Dgxclrect.c324 gx_color_usage_bits color_usage; in clist_fill_rectangle()
667 gx_color_usage_bits color_usage = in clist_strip_tile_rectangle()
752 gx_color_usage_bits color_usage = in clist_copy_mono()
1042 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_color()
1163 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_alpha_hl_color()
1304 gx_color_usage_bits color_usage = gx_color_index2usage(dev, color); in clist_copy_alpha()
1468 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_strip_copy_rop2()
1470 gx_color_usage_bits S = in clist_strip_copy_rop2()
1472 gx_color_usage_bits T = in clist_strip_copy_rop2()
1524 if (sizeof(rop_operand) >= sizeof(gx_color_usage_bits)) { in clist_strip_copy_rop2()
[all …]
H A Dgxclpath.h232 gx_color_usage_bits cmd_drawing_color_usage(gx_device_clist_writer *cldev,
H A Dgxclist.c858 gx_color_usage_bits
861 gx_color_usage_bits bits = 0; in gx_color_index2usage()
H A Dgxclimag.c356 gx_color_usage_bits color_usage = 0; in clist_begin_typed_image()
597 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_begin_typed_image()
H A Dgdevprn.c994 gx_color_usage_bits or = 0; in gx_page_info_color_usage()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxband.h42 typedef gx_color_index gx_color_usage_bits; typedef
45 (((gx_color_usage_bits)1 << (dev)->color_info.num_components) - 1)
47 gx_color_usage_bits gx_color_index2usage(gx_device *dev, gx_color_index);
53 gx_color_usage_bits or; /* the "or" of all the used colors */
H A Dgxclrect.c324 gx_color_usage_bits color_usage; in clist_fill_rectangle()
667 gx_color_usage_bits color_usage = in clist_strip_tile_rectangle()
752 gx_color_usage_bits color_usage = in clist_copy_mono()
1042 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_color()
1163 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_copy_alpha_hl_color()
1304 gx_color_usage_bits color_usage = gx_color_index2usage(dev, color); in clist_copy_alpha()
1468 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_strip_copy_rop2()
1470 gx_color_usage_bits S = in clist_strip_copy_rop2()
1472 gx_color_usage_bits T = in clist_strip_copy_rop2()
1524 if (sizeof(rop_operand) >= sizeof(gx_color_usage_bits)) { in clist_strip_copy_rop2()
[all …]
H A Dgxclpath.h232 gx_color_usage_bits cmd_drawing_color_usage(gx_device_clist_writer *cldev,
H A Dgxclist.c858 gx_color_usage_bits
861 gx_color_usage_bits bits = 0; in gx_color_index2usage()
H A Dgxclimag.c356 gx_color_usage_bits color_usage = 0; in clist_begin_typed_image()
597 gx_color_usage_bits all = gx_color_usage_all(cdev); in clist_begin_typed_image()
H A Dgdevprn.c994 gx_color_usage_bits or = 0; in gx_page_info_color_usage()

12