Home
last modified time | relevance | path

Searched defs:pprocs (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxdevice.h124 #define std_device_body_with_macros_(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, open_init, dci_… argument
131 #define std_device_std_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi)\ argument
136 #define std_device_std_body(dtype, pprocs, dname, w, h, xdpi, ydpi)\ argument
139 #define std_device_std_body_type_open(dtype, pprocs, dname, stype, w, h, xdpi, ydpi)\ argument
144 #define std_device_std_body_open(dtype, pprocs, dname, w, h, xdpi, ydpi)\ argument
147 #define std_device_full_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, … argument
154 #define std_device_full_body_type_extended(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, mcomp, nc… argument
161 #define std_device_full_body(dtype, pprocs, dname, w, h, xdpi, ydpi, ncomp, depth, mg, mc, dg, dc, … argument
165 #define std_device_dci_alpha_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth,… argument
172 #define std_device_dci_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, m… argument
[all …]
H A Dgsovrc.c679 const gx_cm_color_map_procs * pprocs; in update_overprint_params() local
903 fill_in_procs(gx_device_procs * pprocs) in fill_in_procs()
H A Dgscspace.c345 const gx_cm_color_map_procs * pprocs; in check_cmyk_color_model_comps() local
H A Dgdevnfwd.c637 const gx_cm_color_map_procs * pprocs; in fwd_map_gray_cs() local
658 const gx_cm_color_map_procs * pprocs; in fwd_map_rgb_cs() local
678 const gx_cm_color_map_procs * pprocs; in fwd_map_cmyk_cs() local
H A Dgsstate.c285 const gs_state_client_procs * pprocs, bool client_has_pattern_streams) in gs_state_set_client()
H A Dgdevvec.c831 gs_memory_t * mem, const gx_image_enum_procs_t * pprocs, in gdev_vector_begin_image()