| /plan9/sys/lib/lp/process/ |
| H A D | generic | 8 proc=$LPLIB/process 23 tcs -s -f utf -t latin1 <$temp | $proc/dpost 25 $proc/tr2post <$temp 32 tcs -s -f utf -t latin1 <$temp | $proc/dpost | 33 $proc/gspipe 35 $proc/tr2post <$temp | $proc/gspipe 45 $proc/p9bitpost <$temp 47 $proc/p9bitpost <$temp | $proc/gspipe 49 $proc/p9bitpost <$temp | $proc/gspipeijs 61 $proc/p9bitpost <$temp [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxdevcli.h | 618 #define dev_page_proc_install(proc)\ argument 619 int proc(gx_device *dev, gs_state *pgs) 622 #define dev_page_proc_begin_page(proc)\ argument 623 int proc(gx_device *dev, gs_state *pgs) 626 #define dev_page_proc_end_page(proc)\ argument 627 int proc(gx_device *dev, int reason, gs_state *pgs) 743 #define set_dev_proc(dev, p, proc) ((dev)->procs.p = (proc)) argument 769 #define dev_t_proc_open_device(proc, dev_t)\ argument 770 int proc(dev_t *dev) 771 #define dev_proc_open_device(proc)\ argument [all …]
|
| H A D | gxiodev.h | 81 #define iodev_proc_init(proc)\ argument 82 int proc(gx_io_device *iodev, gs_memory_t *mem) 85 #define iodev_proc_open_device(proc)\ argument 86 int proc(gx_io_device *iodev, const char *access, stream **ps,\ 90 #define iodev_proc_open_file(proc)\ argument 91 int proc(gx_io_device *iodev, const char *fname, uint namelen,\ 98 #define iodev_proc_fopen(proc)\ argument 99 int proc(gx_io_device *iodev, const char *fname, const char *access,\ 103 #define iodev_proc_fclose(proc)\ argument 104 int proc(gx_io_device *iodev, FILE *file) [all …]
|
| H A D | gxcmap.h | 38 #define cmap_proc_gray(proc)\ argument 39 void proc(frac, gx_device_color *, const gs_imager_state *,\ 41 #define cmap_proc_rgb(proc)\ argument 42 void proc(frac, frac, frac, gx_device_color *, const gs_imager_state *,\ 44 #define cmap_proc_cmyk(proc)\ argument 45 void proc(frac, frac, frac, frac, gx_device_color *,\ 47 #define cmap_proc_rgb_alpha(proc)\ argument 48 void proc(frac, frac, frac, frac, gx_device_color *,\ 50 #define cmap_proc_separation(proc)\ argument 51 void proc(frac, gx_device_color *, const gs_imager_state *,\ [all …]
|
| H A D | gsmemory.h | 103 #define gs_memory_t_proc_alloc_bytes(proc, mem_t)\ argument 104 byte *proc(mem_t *mem, uint nbytes, client_name_t cname) 120 #define gs_memory_t_proc_resize_object(proc, mem_t)\ argument 121 void *proc(mem_t *mem, void *obj, uint new_num_elements,\ 133 #define gs_memory_t_proc_free_object(proc, mem_t)\ argument 134 void proc(mem_t *mem, void *data, client_name_t cname) 143 #define gs_memory_t_proc_status(proc, mem_t)\ argument 144 void proc(mem_t *mem, gs_memory_status_t *status) 160 #define gs_memory_t_proc_stable(proc, mem_t)\ argument 161 mem_t *proc(mem_t *mem) [all …]
|
| H A D | gxcspace.h | 78 #define cs_proc_num_components(proc)\ argument 79 int proc(const gs_color_space *) 90 #define cs_proc_base_space(proc)\ argument 91 const gs_color_space *proc(const gs_color_space *) 98 #define cs_proc_init_color(proc)\ argument 99 void proc(gs_client_color *, const gs_color_space *) 108 #define cs_proc_restrict_color(proc)\ argument 109 void proc(gs_client_color *, const gs_color_space *) 117 #define cs_proc_concrete_space(proc)\ argument 118 const gs_color_space *proc(const gs_color_space *,\ [all …]
|
| H A D | scommon.h | 111 #define stream_proc_init(proc)\ argument 112 int proc(stream_state *) 115 #define stream_proc_process(proc)\ argument 116 int proc(stream_state *, stream_cursor_read *,\ 120 #define stream_proc_release(proc)\ argument 121 void proc(stream_state *) 124 #define stream_proc_set_defaults(proc)\ argument 125 void proc(stream_state *) 130 #define stream_proc_reinit(proc)\ argument 131 int proc(stream_state *) [all …]
|
| H A D | gxfont.h | 169 #define font_proc_define_font(proc)\ argument 170 int proc(gs_font_dir *, gs_font *) 178 #define font_proc_make_font(proc)\ argument 179 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **) 191 #define font_proc_font_info(proc)\ argument 192 int proc(gs_font *font, const gs_point *pscale, int members,\ 208 #define font_proc_same_font(proc)\ argument 209 int proc(const gs_font *font, const gs_font *ofont, int mask) 222 #define font_proc_encode_char(proc)\ argument 223 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t) [all …]
|
| H A D | gxiparam.h | 58 #define image_proc_source_size(proc)\ argument 59 int proc(const gs_imager_state *pis, const gs_image_common_t *pic,\ 69 #define image_proc_sput(proc)\ argument 70 int proc(const gs_image_common_t *pic, stream *s,\ 80 #define image_proc_sget(proc)\ argument 81 int proc(gs_image_common_t *pic, stream *s, const gs_color_space *pcs) 89 #define image_proc_release(proc)\ argument 90 void proc(gs_image_common_t *pic, gs_memory_t *mem) 148 #define image_enum_proc_plane_data(proc)\ argument 149 int proc(gx_image_enum_common_t *info, const gx_image_plane_t *planes,\ [all …]
|
| H A D | gxcomp.h | 75 #define composite_create_default_compositor_proc(proc)\ argument 76 int proc(const gs_composite_t *pcte, gx_device **pcdev,\ 83 #define composite_equal_proc(proc)\ argument 84 bool proc(const gs_composite_t *pcte, const gs_composite_t *pcte2) 96 #define composite_write_proc(proc)\ argument 97 int proc(const gs_composite_t *pcte, byte *data, uint *psize) 105 #define composite_read_proc(proc)\ argument 106 int proc(gs_composite_t **ppcte, const byte *data, uint size,\ 113 #define composite_clist_write_update(proc)\ argument 114 int proc(const gs_composite_t * pcte, gx_device * dev, gx_device ** pcdev,\ [all …]
|
| H A D | gsmemraw.h | 108 #define gs_memory_t_proc_alloc_bytes(proc, mem_t)\ 109 byte *proc(mem_t *mem, uint nbytes, client_name_t cname) 125 #define gs_memory_t_proc_resize_object(proc, mem_t)\ 126 void *proc(mem_t *mem, void *obj, uint new_num_elements,\ 138 #define gs_memory_t_proc_free_object(proc, mem_t)\ 139 void proc(mem_t *mem, void *data, client_name_t cname) 148 #define gs_memory_t_proc_status(proc, mem_t)\ 149 void proc(mem_t *mem, gs_memory_status_t *status) 165 #define gs_memory_t_proc_stable(proc, mem_t)\ 166 mem_t *proc(mem_t *mem) [all …]
|
| H A D | gsfunc.h | 76 #define FN_EVALUATE_PROC(proc)\ argument 77 int proc(const gs_function_t * pfn, const float *in, float *out) 81 #define FN_IS_MONOTONIC_PROC(proc)\ argument 82 int proc(const gs_function_t * pfn, const float *lower,\ 87 #define FN_GET_INFO_PROC(proc)\ argument 88 void proc(const gs_function_t *pfn, gs_function_info_t *pfi) 92 #define FN_GET_PARAMS_PROC(proc)\ argument 93 int proc(const gs_function_t *pfn, gs_param_list *plist) 106 #define FN_MAKE_SCALED_PROC(proc)\ argument 107 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\ [all …]
|
| H A D | gscolor1.c | 69 gs_setblackgeneration(gs_state * pgs, gs_mapping_proc proc) in gs_setblackgeneration() argument 71 return gs_setblackgeneration_remap(pgs, proc, true); in gs_setblackgeneration() 74 gs_setblackgeneration_remap(gs_state * pgs, gs_mapping_proc proc, bool remap) in gs_setblackgeneration_remap() argument 80 pgs->black_generation->proc = proc; in gs_setblackgeneration_remap() 93 return pgs->black_generation->proc; in gs_currentblackgeneration() 99 gs_setundercolorremoval(gs_state * pgs, gs_mapping_proc proc) in gs_setundercolorremoval() argument 101 return gs_setundercolorremoval_remap(pgs, proc, true); in gs_setundercolorremoval() 104 gs_setundercolorremoval_remap(gs_state * pgs, gs_mapping_proc proc, bool remap) in gs_setundercolorremoval_remap() argument 110 pgs->undercolor_removal->proc = proc; in gs_setundercolorremoval_remap() 123 return pgs->undercolor_removal->proc; in gs_currentundercolorremoval() [all …]
|
| H A D | gxdcolor.h | 94 #define dev_color_proc_save_dc(proc)\ argument 95 void proc(const gx_device_color * pdevc, gx_device_color_saved * psdc) 98 #define dev_color_proc_get_dev_halftone(proc)\ argument 99 const gx_device_halftone * proc(const gx_device_color * pdevc) 102 #define dev_color_proc_get_phase(proc)\ argument 103 bool proc(const gx_device_color * pdevc, gs_int_point * pphase) 111 #define dev_color_proc_load(proc)\ argument 112 int proc(gx_device_color *pdevc, const gs_imager_state *pis,\ 122 #define dev_color_proc_fill_rectangle(proc)\ argument 123 int proc(const gx_device_color *pdevc, int x, int y, int w, int h,\ [all …]
|
| H A D | gxtext.h | 223 #define text_enum_proc_resync(proc)\ argument 224 int proc(gs_text_enum_t *pte, const gs_text_enum_t *pfrom) 253 #define text_enum_proc_process(proc)\ argument 254 int proc(gs_text_enum_t *pte) 264 #define text_enum_proc_is_width_only(proc)\ argument 265 bool proc(const gs_text_enum_t *pte) 273 #define text_enum_proc_current_width(proc)\ argument 274 int proc(const gs_text_enum_t *pte, gs_point *pwidth) 283 #define text_enum_proc_set_cache(proc)\ argument 284 int proc(gs_text_enum_t *pte, const double *values,\ [all …]
|
| H A D | gsstype.h | 47 #define struct_proc_clear_marks(proc)\ argument 48 void proc(const gs_memory_t *cmem, void /*obj_header_t*/ *pre, uint size,\ 53 #define struct_proc_enum_ptrs(proc)\ argument 54 gs_ptr_type_t proc(const gs_memory_t *mem, EV_CONST void /*obj_header_t*/ *ptr, uint size,\ 60 #define struct_proc_reloc_ptrs(proc)\ argument 61 void proc(void /*obj_header_t*/ *ptr, uint size,\ 76 #define struct_proc_finalize(proc)\ argument 77 void proc(void /*obj_header_t*/ *ptr)
|
| H A D | gxdevbuf.h | 61 #define dev_proc_create_buf_device(proc)\ argument 62 int proc(gx_device **pbdev, gx_device *target,\ 72 #define dev_proc_size_buf_device(proc)\ argument 73 int proc(gx_device_buf_space_t *space, gx_device *target,\ 92 #define dev_proc_setup_buf_device(proc)\ argument 93 int proc(gx_device *bdev, byte *buffer, int bytes_per_line,\ 104 #define dev_proc_destroy_buf_device(proc)\ argument 105 void proc(gx_device *bdev)
|
| H A D | gxxfont.h | 94 #define xfont_proc_lookup_font(proc)\ argument 95 gx_xfont *proc(gx_device *dev, const byte *fname, uint len,\ 112 #define xfont_proc_char_xglyph(proc)\ argument 113 gx_xglyph proc(gx_xfont *xf, gs_char chr, int encoding_index,\ 120 #define xfont_proc_char_metrics(proc)\ argument 121 int proc(gx_xfont *xf, gx_xglyph xg, int wmode,\ 129 #define xfont_proc_render_char(proc)\ argument 130 int proc(gx_xfont *xf, gx_xglyph xg, gx_device *target,\ 138 #define xfont_proc_release(proc)\ argument 139 int proc(gx_xfont *xf, gs_memory_t *mem)
|
| H A D | gdevmswn.h | 56 #define win_proc_copy_to_clipboard(proc)\ argument 57 void proc(gx_device_win *) 59 #define win_proc_repaint(proc)\ argument 60 void proc(gx_device_win *, HDC, int, int, int, int, int, int) 62 #define win_proc_alloc_bitmap(proc)\ argument 63 int proc(gx_device_win *, gx_device *) 65 #define win_proc_free_bitmap(proc)\ argument 66 void proc(gx_device_win *)
|
| 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 | gxpcolor.h | 48 #define pattern_proc_uses_base_space(proc)\ argument 49 bool proc(const gs_pattern_template_t *) 57 #define pattern_proc_make_pattern(proc)\ argument 58 int proc(gs_client_color *, const gs_pattern_template_t *,\ 67 #define pattern_proc_get_pattern(proc)\ argument 68 const gs_pattern_template_t *proc(const gs_pattern_instance_t *) 77 #define pattern_proc_remap_color(proc)\ argument 78 cs_proc_remap_color(proc) 88 #define pattern_proc_set_color(proc)\ argument 89 int proc(const gs_client_color *, gs_state *)
|
| H A D | estack.h | 113 #define make_mark_estack(ep, es_idx, proc)\ argument 114 make_tasv(ep, t_null, a_executable, es_idx, opproc, proc) 115 #define push_mark_estack(es_idx, proc)\ argument 116 (++esp, make_mark_estack(esp, es_idx, proc)) 124 #define make_op_estack(ep, proc)\ argument 125 make_oper(ep, 0, proc) 126 #define push_op_estack(proc)\ argument 127 (++esp, make_op_estack(esp, proc))
|
| H A D | gdevbbox.h | 78 #define dev_bbox_proc_init_box(proc)\ argument 79 bool proc(void *proc_data) 82 #define dev_bbox_proc_get_box(proc)\ argument 83 void proc(const void *proc_data, gs_fixed_rect *pbox) 86 #define dev_bbox_proc_add_rect(proc)\ argument 87 void proc(void *proc_data, fixed x0, fixed y0, fixed x1, fixed y1) 90 #define dev_bbox_proc_in_rect(proc)\ argument 91 bool proc(const void *proc_data, const gs_fixed_rect *pbox)
|
| H A D | gsnotify.c | 38 gs_notify_register(gs_notify_list_t *nlist, gs_notify_proc_t proc, in gs_notify_register() argument 47 nreg->proc = proc; in gs_notify_register() 64 gs_notify_unregister_calling(gs_notify_list_t *nlist, gs_notify_proc_t proc, in gs_notify_unregister_calling() argument 73 if (cur->proc == proc && in gs_notify_unregister_calling() 85 gs_notify_unregister(gs_notify_list_t *nlist, gs_notify_proc_t proc, in gs_notify_unregister() argument 88 return gs_notify_unregister_calling(nlist, proc, proc_data, no_unreg_proc); in gs_notify_unregister() 106 code = cur->proc(cur->proc_data, event_data); in gs_notify_all()
|