/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gxdevcli.h | 618 #define dev_page_proc_install(proc)\ argument 622 #define dev_page_proc_begin_page(proc)\ argument 626 #define dev_page_proc_end_page(proc)\ argument 743 #define set_dev_proc(dev, p, proc) ((dev)->procs.p = (proc)) argument 769 #define dev_t_proc_open_device(proc, dev_t)\ argument 771 #define dev_proc_open_device(proc)\ argument 774 #define dev_t_proc_get_initial_matrix(proc, dev_t)\ argument 776 #define dev_proc_get_initial_matrix(proc)\ argument 779 #define dev_t_proc_sync_output(proc, dev_t)\ argument 781 #define dev_proc_sync_output(proc)\ argument [all …]
|
H A D | gxiodev.h | 81 #define iodev_proc_init(proc)\ argument 85 #define iodev_proc_open_device(proc)\ argument 90 #define iodev_proc_open_file(proc)\ argument 98 #define iodev_proc_fopen(proc)\ argument 103 #define iodev_proc_fclose(proc)\ argument 107 #define iodev_proc_delete_file(proc)\ argument 111 #define iodev_proc_rename_file(proc)\ argument 115 #define iodev_proc_file_status(proc)\ argument 119 #define iodev_proc_enumerate_files(proc)\ argument 124 #define iodev_proc_enumerate_next(proc)\ argument [all …]
|
H A D | gxcmap.h | 38 #define cmap_proc_gray(proc)\ argument 41 #define cmap_proc_rgb(proc)\ argument 44 #define cmap_proc_cmyk(proc)\ argument 47 #define cmap_proc_rgb_alpha(proc)\ argument 50 #define cmap_proc_separation(proc)\ argument 53 #define cmap_proc_devicen(proc)\ argument 56 #define cmap_proc_is_halftoned(proc)\ argument 63 #define cm_map_proc_gray(proc) \ argument 67 #define cm_map_proc_rgb(proc) \ argument 73 #define cm_map_proc_cmyk(proc) \ argument [all …]
|
H A D | gxiparam.h | 58 #define image_proc_source_size(proc)\ argument 69 #define image_proc_sput(proc)\ argument 80 #define image_proc_sget(proc)\ argument 89 #define image_proc_release(proc)\ argument 148 #define image_enum_proc_plane_data(proc)\ argument 160 #define image_enum_proc_end_image(proc)\ argument 173 #define image_enum_proc_flush(proc)\ argument 198 #define image_enum_proc_planes_wanted(proc)\ argument
|
H A D | gxcspace.h | 78 #define cs_proc_num_components(proc)\ argument 90 #define cs_proc_base_space(proc)\ argument 98 #define cs_proc_init_color(proc)\ argument 108 #define cs_proc_restrict_color(proc)\ argument 117 #define cs_proc_concrete_space(proc)\ argument 132 #define cs_proc_concretize_color(proc)\ argument 142 #define cs_proc_remap_concrete_color(proc)\ argument 149 #define cs_proc_remap_color(proc)\ argument 157 #define cs_proc_install_cspace(proc)\ argument 173 #define cs_proc_set_overprint(proc)\ argument [all …]
|
H A D | gsmemory.h | 103 #define gs_memory_t_proc_alloc_bytes(proc, mem_t)\ argument 120 #define gs_memory_t_proc_resize_object(proc, mem_t)\ argument 133 #define gs_memory_t_proc_free_object(proc, mem_t)\ argument 143 #define gs_memory_t_proc_status(proc, mem_t)\ argument 160 #define gs_memory_t_proc_stable(proc, mem_t)\ argument 183 #define gs_memory_t_proc_free_all(proc, mem_t)\ argument 198 #define gs_memory_t_proc_consolidate_free(proc, mem_t)\ argument 231 #define gs_memory_proc_alloc_bytes(proc)\ argument 233 #define gs_memory_proc_resize_object(proc)\ argument 235 #define gs_memory_proc_free_object(proc)\ argument [all …]
|
H A D | gxcomp.h | 75 #define composite_create_default_compositor_proc(proc)\ argument 83 #define composite_equal_proc(proc)\ argument 96 #define composite_write_proc(proc)\ argument 105 #define composite_read_proc(proc)\ argument 113 #define composite_clist_write_update(proc)\ argument 121 #define composite_clist_read_update(proc)\ argument
|
H A D | scommon.h | 111 #define stream_proc_init(proc)\ argument 115 #define stream_proc_process(proc)\ argument 120 #define stream_proc_release(proc)\ argument 124 #define stream_proc_set_defaults(proc)\ argument 130 #define stream_proc_reinit(proc)\ argument 135 #define stream_proc_report_error(proc)\ argument 146 #define stream_state_proc_get_params(proc, state_type)\ argument 148 #define stream_state_proc_put_params(proc, state_type)\ argument
|
H A D | gdevbbox.h | 78 #define dev_bbox_proc_init_box(proc)\ argument 82 #define dev_bbox_proc_get_box(proc)\ argument 86 #define dev_bbox_proc_add_rect(proc)\ argument 90 #define dev_bbox_proc_in_rect(proc)\ argument
|
H A D | gxdevbuf.h | 61 #define dev_proc_create_buf_device(proc)\ argument 72 #define dev_proc_size_buf_device(proc)\ argument 92 #define dev_proc_setup_buf_device(proc)\ argument 104 #define dev_proc_destroy_buf_device(proc)\ argument
|
H A D | gxxfont.h | 94 #define xfont_proc_lookup_font(proc)\ argument 112 #define xfont_proc_char_xglyph(proc)\ argument 120 #define xfont_proc_char_metrics(proc)\ argument 129 #define xfont_proc_render_char(proc)\ argument 138 #define xfont_proc_release(proc)\ argument
|
H A D | gxtext.h | 223 #define text_enum_proc_resync(proc)\ argument 253 #define text_enum_proc_process(proc)\ argument 264 #define text_enum_proc_is_width_only(proc)\ argument 273 #define text_enum_proc_current_width(proc)\ argument 283 #define text_enum_proc_set_cache(proc)\ argument 294 #define text_enum_proc_retry(proc)\ argument 305 #define text_enum_proc_release(proc)\ argument
|
H A D | gdevmswn.h | 56 #define win_proc_copy_to_clipboard(proc)\ argument 59 #define win_proc_repaint(proc)\ argument 62 #define win_proc_alloc_bitmap(proc)\ argument 65 #define win_proc_free_bitmap(proc)\ argument
|
H A D | gxdcolor.h | 94 #define dev_color_proc_save_dc(proc)\ argument 98 #define dev_color_proc_get_dev_halftone(proc)\ argument 102 #define dev_color_proc_get_phase(proc)\ argument 111 #define dev_color_proc_load(proc)\ argument 122 #define dev_color_proc_fill_rectangle(proc)\ argument 134 #define dev_color_proc_fill_masked(proc)\ argument 144 #define dev_color_proc_equal(proc)\ argument 207 #define dev_color_proc_write(proc)\ argument 212 #define dev_color_proc_read(proc)\ argument 237 #define dev_color_proc_get_nonzero_comps(proc)\ argument
|
H A D | gxfont.h | 169 #define font_proc_define_font(proc)\ argument 178 #define font_proc_make_font(proc)\ argument 191 #define font_proc_font_info(proc)\ argument 208 #define font_proc_same_font(proc)\ argument 222 #define font_proc_encode_char(proc)\ argument 229 #define font_proc_decode_glyph(proc)\ argument 240 #define font_proc_enumerate_glyph(proc)\ argument 268 #define font_proc_glyph_info(proc)\ argument 284 #define font_proc_glyph_outline(proc)\ argument 293 #define font_proc_glyph_name(proc)\ argument [all …]
|
H A D | gsstype.h | 47 #define struct_proc_clear_marks(proc)\ argument 53 #define struct_proc_enum_ptrs(proc)\ argument 60 #define struct_proc_reloc_ptrs(proc)\ argument 76 #define struct_proc_finalize(proc)\ argument
|
H A D | iconfig.c | 56 #define function_type_(i,proc) extern build_function_proc(proc); argument 59 #define function_type_(i,proc) {i,proc}, argument 86 #define plugin_(proc) extern plugin_instantiation_proc(proc); argument 91 #define plugin_(proc) proc, argument
|
H A D | iconf.c | 56 #define function_type_(i,proc) extern build_function_proc(proc); argument 59 #define function_type_(i,proc) {i,proc}, argument 86 #define plugin_(proc) extern plugin_instantiation_proc(proc); argument 91 #define plugin_(proc) proc, argument
|
H A D | estack.h | 113 #define make_mark_estack(ep, es_idx, proc)\ argument 115 #define push_mark_estack(es_idx, proc)\ argument 124 #define make_op_estack(ep, proc)\ argument 126 #define push_op_estack(proc)\ argument
|
H A D | gximag3x.h | 37 #define IMAGE3X_MAKE_MID_PROC(proc)\ argument 47 #define IMAGE3X_MAKE_MCDE_PROC(proc)\ argument
|
H A D | gximage3.h | 37 #define IMAGE3_MAKE_MID_PROC(proc)\ argument 47 #define IMAGE3_MAKE_MCDE_PROC(proc)\ argument
|
H A D | gsfunc.h | 76 #define FN_EVALUATE_PROC(proc)\ argument 81 #define FN_IS_MONOTONIC_PROC(proc)\ argument 87 #define FN_GET_INFO_PROC(proc)\ argument 92 #define FN_GET_PARAMS_PROC(proc)\ argument 106 #define FN_MAKE_SCALED_PROC(proc)\ argument 112 #define FN_FREE_PARAMS_PROC(proc)\ argument 117 #define FN_FREE_PROC(proc)\ argument 122 #define FN_SERIALIZE_PROC(proc)\ argument
|
H A D | gxpcolor.h | 48 #define pattern_proc_uses_base_space(proc)\ argument 57 #define pattern_proc_make_pattern(proc)\ argument 67 #define pattern_proc_get_pattern(proc)\ argument 77 #define pattern_proc_remap_color(proc)\ argument 88 #define pattern_proc_set_color(proc)\ argument
|
H A D | ifunc.h | 26 #define build_function_proc(proc)\ argument 34 build_function_proc_t proc; member
|
H A D | gxiclass.h | 48 #define irender_proc(proc)\ argument 61 #define iclass_proc(proc)\ argument
|