Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/plan9/sys/src/cmd/gs/src/
H A Dgdevdflt.c34 set_cinfo_polarity(gx_device * dev, gx_color_polarity_t new_polarity) in set_cinfo_polarity()
54 (*get_encode_color(gx_device *dev))(gx_device *, const gx_color_value *) in get_encode_color()
121 is_like_DeviceRGB(gx_device * dev) in is_like_DeviceRGB()
159 is_like_DeviceCMYK(gx_device * dev) in is_like_DeviceCMYK()
201 gx_device * dev, in gx_default_1_add_decode_color()
214 gx_device * dev, in gx_default_1_sub_decode_color()
237 gx_device * dev, in gx_default_cmyk_decode_color()
266 gx_device * dev, in gx_1bit_cmyk_decode_color()
278 (*get_decode_color(gx_device * dev))(gx_device *, gx_color_index, gx_color_value *) in get_decode_color()
346 set_linear_color_bits_mask_shift(gx_device * dev) in set_linear_color_bits_mask_shift()
[all …]
H A Dgsdevice.c50 gx_device * const dev = (gx_device *)vptr; in gx_device_finalize() local
62 gx_device_free_local(gx_device *dev) in gx_device_free_local()
90 gx_device_enum_ptr(gx_device * dev) in gx_device_enum_ptr()
97 gx_device_reloc_ptr(gx_device * dev, gc_state_t * gcst) in gx_device_reloc_ptr()
107 gx_device_set_procs(gx_device * dev) in gx_device_set_procs()
119 gx_device *dev = gs_currentdevice(pgs); in gs_flushpage() local
133 gx_device *dev = gs_currentdevice(pgs); in gs_output_page() local
145 gx_finish_output_page(gx_device *dev, int num_copies, int flush) in gx_finish_output_page()
153 gs_copyscanlines(gx_device * dev, int start_y, byte * data, uint size, in gs_copyscanlines()
187 gs_devicename(const gx_device * dev) in gs_devicename()
[all …]
H A Dgxcmap.c50 gx_default_encode_color(gx_device * dev, const gx_color_value cv[]) in gx_default_encode_color()
77 gx_default_decode_color(gx_device * dev, gx_color_index color, gx_color_value cv[]) in gx_default_decode_color()
116 gx_error_encode_color(gx_device * dev, const gx_color_value colors[]) in gx_error_encode_color()
127 gx_error_decode_color(gx_device * dev, gx_color_index cindex, gx_color_value colors[]) in gx_error_decode_color()
162 gx_default_gray_fast_encode(gx_device * dev, const gx_color_value cv[]) in gx_default_gray_fast_encode()
168 gx_default_gray_encode(gx_device * dev, const gx_color_value cv[]) in gx_default_gray_encode()
180 gx_backwards_compatible_gray_encode(gx_device *dev, in gx_backwards_compatible_gray_encode()
195 gray_cs_to_gray_cm(gx_device * dev, frac gray, frac out[]) in gray_cs_to_gray_cm()
201 rgb_cs_to_gray_cm(gx_device * dev, const gs_imager_state *pis, in rgb_cs_to_gray_cm()
208 cmyk_cs_to_gray_cm(gx_device * dev, frac c, frac m, frac y, frac k, frac out[]) in cmyk_cs_to_gray_cm()
[all …]
H A Dgdevdsp.c233 display_open(gx_device * dev) in display_open()
291 display_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in display_get_initial_matrix()
302 display_sync_output(gx_device * dev) in display_sync_output()
316 display_output_page(gx_device * dev, int copies, int flush) in display_output_page()
334 display_close(gx_device * dev) in display_close()
357 gx_b_w_gray_encode(gx_device * dev, const gx_color_value cv[]) in gx_b_w_gray_encode()
365 display_map_rgb_color_device4(gx_device * dev, const gx_color_value cv[]) in display_map_rgb_color_device4()
372 display_map_color_rgb_device4(gx_device * dev, gx_color_index color, in display_map_color_rgb_device4()
382 display_encode_color_device8(gx_device * dev, const gx_color_value cv[]) in display_encode_color_device8()
419 display_decode_color_device8(gx_device * dev, gx_color_index color, in display_decode_color_device8()
[all …]
H A Dgdevnfwd.c29 gx_device_forward_finalize(gx_device *dev) in gx_device_forward_finalize()
54 gx_device_forward_fill_in_procs(register gx_device_forward * dev) in gx_device_forward_fill_in_procs()
116 gx_device_forward_color_procs(gx_device_forward * dev) in gx_device_forward_color_procs()
129 gx_forward_close_device(gx_device * dev) in gx_forward_close_device()
139 gx_forward_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in gx_forward_get_initial_matrix()
151 gx_forward_sync_output(gx_device * dev) in gx_forward_sync_output()
161 gx_forward_output_page(gx_device * dev, int num_copies, int flush) in gx_forward_output_page()
175 gx_forward_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in gx_forward_map_rgb_color()
185 gx_forward_map_color_rgb(gx_device * dev, gx_color_index color, in gx_forward_map_color_rgb()
196 gx_forward_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in gx_forward_fill_rectangle()
[all …]
H A Dgdevxalt.c80 x_wrap_open(gx_device * dev) in x_wrap_open()
96 x_forward_sync_output(gx_device * dev) in x_forward_sync_output()
107 x_forward_output_page(gx_device * dev, int num_copies, int flush) in x_forward_output_page()
118 x_wrap_close(gx_device * dev) in x_wrap_close()
131 x_wrap_map_color_rgb(gx_device * dev, gx_color_index color, in x_wrap_map_color_rgb()
145 x_wrap_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in x_wrap_fill_rectangle()
158 x_wrap_copy_mono(gx_device * dev, in x_wrap_copy_mono()
176 x_wrap_copy_color(gx_device * dev, const byte * base, int sourcex, in x_wrap_copy_color()
247 x_forward_copy_color(gx_device * dev, const byte * base, int sourcex, in x_forward_copy_color()
260 x_forward_get_bits(gx_device * dev, int y, byte * str, byte ** actual_data) in x_forward_get_bits()
[all …]
H A Dgdevperm.c136 gx_device_perm_t * const dev = (gx_device_perm_t *)pdev; in perm_print_page() local
198 gx_device_perm_t * const dev = (gx_device_perm_t *)pdev; in perm_permute_cm() local
212 gray_cs_to_perm_cm_0(gx_device *dev, frac gray, frac out[]) in gray_cs_to_perm_cm_0()
220 rgb_cs_to_perm_cm_0(gx_device *dev, const gs_imager_state *pis, in rgb_cs_to_perm_cm_0()
228 cmyk_cs_to_perm_cm_0(gx_device *dev, frac c, frac m, frac y, frac k, frac out[]) in cmyk_cs_to_perm_cm_0()
238 gray_cs_to_perm_cm_1(gx_device *dev, frac gray, frac out[]) in gray_cs_to_perm_cm_1()
245 rgb_cs_to_perm_cm_1(gx_device *dev, const gs_imager_state *pis, in rgb_cs_to_perm_cm_1()
255 cmyk_cs_to_perm_cm_1(gx_device *dev, frac c, frac m, frac y, frac k, frac out[]) in cmyk_cs_to_perm_cm_1()
278 perm_get_color_mapping_procs(const gx_device *dev) in perm_get_color_mapping_procs()
295 const gx_device_perm_t * const dev = (const gx_device_perm_t *)pdev; in perm_get_color_comp_index() local
[all …]
H A Dgxclist.c187 clist_init_tile_cache(gx_device * dev, byte * init_data, ulong data_size) in clist_init_tile_cache()
234 clist_init_bands(gx_device * dev, gx_device_memory *bdev, uint data_size, in clist_init_bands()
259 clist_init_states(gx_device * dev, byte * init_data, uint data_size) in clist_init_states()
284 clist_init_data(gx_device * dev, byte * init_data, uint data_size) in clist_init_data()
351 clist_reset(gx_device * dev) in clist_reset()
420 clist_init(gx_device * dev) in clist_init()
437 clist_reinit_output_file(gx_device *dev) in clist_reinit_output_file()
467 clist_emit_page_header(gx_device *dev) in clist_emit_page_header()
498 clist_open_output_file(gx_device *dev) in clist_open_output_file()
551 clist_close_output_file(gx_device *dev) in clist_close_output_file()
[all …]
H A Dgdevmac.c101 mac_open(register gx_device *dev) in mac_open()
166 mac_get_initial_matrix(register gx_device *dev, register gs_matrix *pmat) in mac_get_initial_matrix()
180 mac_sync_output(gx_device * dev) in mac_sync_output()
197 mac_output_page(gx_device * dev, int copies, int flush) in mac_output_page()
220 mac_save_pict(gx_device * dev) in mac_save_pict()
243 mac_close(register gx_device *dev) in mac_close()
271 mac_fill_rectangle(register gx_device *dev, in mac_fill_rectangle()
298 mac_draw_line (register gx_device *dev, in mac_draw_line()
320 mac_copy_mono (register gx_device *dev, in mac_copy_mono()
370 mac_copy_alpha(gx_device *dev, const unsigned char *base, int data_x, in mac_copy_alpha()
[all …]
H A Dgdevmem.c122 gs_device_is_memory(const gx_device * dev) in gs_device_is_memory()
143 gs_make_mem_device(gx_device_memory * dev, const gx_device_memory * mdproto, in gs_make_mem_device()
185 gs_make_mem_mono_device(gx_device_memory * dev, gs_memory_t * mem, in gs_make_mem_mono_device()
199 gdev_mem_mono_set_inverted(gx_device_memory * dev, bool black_is_1) in gdev_mem_mono_set_inverted()
218 gdev_mem_bits_size(const gx_device_memory * dev, int width, int height) in gdev_mem_bits_size()
235 gdev_mem_line_ptrs_size(const gx_device_memory * dev, int width, int height) in gdev_mem_line_ptrs_size()
240 gdev_mem_data_size(const gx_device_memory * dev, int width, int height) in gdev_mem_data_size()
250 gdev_mem_max_height(const gx_device_memory * dev, int width, ulong size, in gdev_mem_max_height()
287 mem_open(gx_device * dev) in mem_open()
381 mem_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in mem_get_initial_matrix()
[all …]
H A Dgdevwdib.c120 win_dib_open(gx_device * dev) in win_dib_open()
153 win_dib_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in win_dib_get_initial_matrix()
165 win_dib_close(gx_device * dev) in win_dib_close()
207 win_dib_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in win_dib_fill_rectangle()
227 win_dib_copy_mono(gx_device * dev, in win_dib_copy_mono()
256 win_dib_copy_color(gx_device * dev, in win_dib_copy_color()
281 win_dib_get_bits(gx_device * dev, int y, byte * str, byte ** actual_data) in win_dib_get_bits()
287 win_dib_put_params(gx_device * dev, gs_param_list * plist) in win_dib_put_params()
304 gx_device_win_dib *dev = (gx_device_win_dib *) device; in gsdll_copy_dib() local
316 gx_device_win_dib *dev = (gx_device_win_dib *) device; in gsdll_copy_palette() local
[all …]
H A Dgdevpccm.c34 pc_4bit_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in pc_4bit_map_rgb_color()
48 pc_4bit_map_color_rgb(gx_device * dev, gx_color_index color, in pc_4bit_map_color_rgb()
68 pc_8bit_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in pc_8bit_map_rgb_color()
80 pc_8bit_map_color_rgb(gx_device * dev, gx_color_index color, in pc_8bit_map_color_rgb()
106 pc_write_palette(gx_device * dev, uint max_index, FILE * file) in pc_write_palette()
H A Dgdevcmap.c143 gdev_cmap_init(gx_device_cmap * dev, gx_device * target, in gdev_cmap_init()
162 cmap_get_params(gx_device * dev, gs_param_list * plist) in cmap_get_params()
176 cmap_put_params(gx_device * dev, gs_param_list * plist) in cmap_put_params()
212 cmap_begin_typed_image(gx_device * dev, in cmap_begin_typed_image()
230 cmap_gray_cs_to_cm(gx_device * dev, frac gray, frac out[]) in cmap_gray_cs_to_cm()
251 cmap_rgb_cs_to_cm(gx_device * dev, const gs_imager_state * pis, frac r, frac g, frac b, frac out[]) in cmap_rgb_cs_to_cm()
283 cmap_cmyk_cs_to_cm(gx_device * dev, frac c, frac m, frac y, frac k, frac out[]) in cmap_cmyk_cs_to_cm()
321 cmap_get_color_mapping_procs(const gx_device * dev) in cmap_get_color_mapping_procs()
H A Dgdevvglb.c101 vgalib_open(gx_device * dev) in vgalib_open()
148 vgalib_close(gx_device * dev) in vgalib_close()
155 vgalib_map_rgb_color(gx_device * dev, gx_color_value red, in vgalib_map_rgb_color()
162 vgalib_map_color_rgb(gx_device * dev, gx_color_index index, in vgalib_map_color_rgb()
169 vgalib_tile_rectangle(gx_device * dev, const gx_tile_bitmap * tile, in vgalib_tile_rectangle()
182 vgalib_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in vgalib_fill_rectangle()
205 vgalib_copy_mono(gx_device * dev, const byte * base, int sourcex, in vgalib_copy_mono()
257 vgalib_copy_color(gx_device * dev, const byte * base, int sourcex, in vgalib_copy_color()
311 vgalib_get_bits(gx_device * dev, int y, byte * data, byte ** actual_data) in vgalib_get_bits()
336 vgalib_get_params(gx_device * dev, gs_param_list * plist) in vgalib_get_params()
[all …]
H A Dgdevmswn.c40 win_open(gx_device * dev) in win_open()
87 win_sync_output(gx_device * dev) in win_sync_output()
96 win_output_page(gx_device * dev, int copies, int flush) in win_output_page()
105 win_close(gx_device * dev) in win_close()
122 win_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in win_map_rgb_color()
229 win_map_color_rgb(gx_device * dev, gx_color_index color, in win_map_color_rgb()
278 win_get_params(gx_device * dev, gs_param_list * plist) in win_get_params()
290 win_put_params(gx_device * dev, gs_param_list * plist) in win_put_params()
H A Dgdevsvga.c85 svga_find_mode(gx_device * dev, const mode_info * mip) in svga_find_mode()
114 svga_init_colors(gx_device * dev) in svga_init_colors()
127 svga_load_colors(gx_device * dev) in svga_load_colors()
151 svga_open(gx_device * dev) in svga_open()
168 svga_close(gx_device * dev) in svga_close()
181 svga_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in svga_map_rgb_color()
245 svga_map_color_rgb(gx_device * dev, gx_color_index color, in svga_map_color_rgb()
263 svga_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in svga_fill_rectangle()
338 svga_copy_mono(gx_device * dev, in svga_copy_mono()
429 svga_copy_color(gx_device * dev, in svga_copy_color()
[all …]
H A Dgdevabuf.c61 mem_alpha_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in mem_alpha_map_rgb_color()
70 mem_alpha_map_color_rgb(gx_device * dev, gx_color_index color, in mem_alpha_map_color_rgb()
79 mem_alpha_map_rgb_alpha_color(gx_device * dev, gx_color_value r, in mem_alpha_map_rgb_alpha_color()
95 mem_alpha_copy_alpha(gx_device * dev, const byte * data, int data_x, in mem_alpha_copy_alpha()
177 gs_device_is_abuf(const gx_device * dev) in gs_device_is_abuf()
247 mem_abuf_close(gx_device * dev) in mem_abuf_close()
268 y_transfer_init(y_transfer * pyt, gx_device * dev, int ty, int th) in y_transfer_init()
285 y_transfer_next(y_transfer * pyt, gx_device * dev) in y_transfer_next()
333 mem_abuf_copy_mono(gx_device * dev, in mem_abuf_copy_mono()
361 mem_abuf_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in mem_abuf_fill_rectangle()
[all …]
H A Dgdevp14.c635 pdf14_open(gx_device *dev) in pdf14_open()
658 pdf14_encode_color(gx_device *dev, const gx_color_value colors[]) in pdf14_encode_color()
676 pdf14_decode_color(gx_device * dev, gx_color_index color, gx_color_value * out) in pdf14_decode_color()
922 pdf14_close(gx_device *dev) in pdf14_close()
934 pdf14_output_page(gx_device * dev, int num_copies, int flush) in pdf14_output_page()
953 gs_pdf14_device_copy_params(gx_device *dev, const gx_device *target) in gs_pdf14_device_copy_params()
976 pdf14_forward_put_params(gx_device * dev, gs_param_list * plist) in pdf14_forward_put_params()
999 pdf14_put_params(gx_device * dev, gs_param_list * plist) in pdf14_put_params()
1019 pdf14_set_marking_params(gx_device *dev, const gs_imager_state *pis) in pdf14_set_marking_params()
1032 pdf14_fill_path(gx_device *dev, const gs_imager_state *pis, in pdf14_fill_path()
[all …]
H A Dgdevpm.c193 pm_open(gx_device * dev) in pm_open()
378 pm_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in pm_get_initial_matrix()
392 pm_sync_output(gx_device * dev) in pm_sync_output()
420 pm_do_output_page(gx_device * dev, int copies, int flush) in pm_do_output_page()
499 pm_output_page(gx_device * dev, int copies, int flush) in pm_output_page()
510 pm_close(gx_device * dev) in pm_close()
570 pm_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in pm_map_rgb_color()
627 pm_map_color_rgb(gx_device * dev, gx_color_index color, in pm_map_color_rgb()
666 pm_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in pm_fill_rectangle()
677 pm_copy_mono(gx_device * dev, in pm_copy_mono()
[all …]
H A Dgdevl256.c104 lvga256_open(gx_device * dev) in lvga256_open()
139 lvga256_close(gx_device * dev) in lvga256_close()
150 lvga256_map_rgb_color(gx_device * dev, gx_color_value r, gx_color_value g, in lvga256_map_rgb_color()
197 lvga256_map_color_rgb(gx_device * dev, gx_color_index color, in lvga256_map_color_rgb()
210 lvga256_copy_mono(gx_device * dev, in lvga256_copy_mono()
257 lvga256_copy_color(gx_device * dev, in lvga256_copy_color()
276 lvga256_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in lvga256_fill_rectangle()
289 lvga256_tile_rectangle(gx_device * dev, const gx_tile_bitmap * tile, in lvga256_tile_rectangle()
302 lvga256_draw_line(gx_device * dev, int x0, int y0, int x1, int y1, in lvga256_draw_line()
H A Dgxdcolor.c87 gx_device_black(gx_device *dev) in gx_device_black()
106 gx_device_white(gx_device *dev) in gx_device_white()
127 gx_device_decache_colors(gx_device *dev) in gx_device_decache_colors()
137 gx_rop_source_t *pno_source, gx_device *dev) in gx_set_rop_no_source()
250 int w, int h, gx_device *dev, in gx_dc_no_fill_rectangle()
267 int x, int y, int w, int h, gx_device *dev, in gx_dc_no_fill_masked()
285 const gx_device * dev, /* ignored */ in gx_dc_no_write()
298 const gx_device * dev, /* ignored */ in gx_dc_no_read()
327 int w, int h, gx_device * dev, in gx_dc_null_fill_rectangle()
337 int x, int y, int w, int h, gx_device * dev, in gx_dc_null_fill_masked()
[all …]
H A Dgdevtrac.c123 trace_clip(gx_device *dev, const gx_clip_path *pcpath) in trace_clip()
143 trace_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in trace_fill_rectangle()
152 trace_copy_mono(gx_device * dev, const byte * data, in trace_copy_mono()
164 trace_copy_color(gx_device * dev, const byte * data, in trace_copy_color()
174 trace_copy_alpha(gx_device * dev, const byte * data, int dx, int raster, in trace_copy_alpha()
185 trace_fill_mask(gx_device * dev, in trace_fill_mask()
202 trace_fill_trapezoid(gx_device * dev, in trace_fill_trapezoid()
214 trace_fill_parallelogram(gx_device * dev, in trace_fill_parallelogram()
229 trace_fill_triangle(gx_device * dev, in trace_fill_triangle()
244 trace_draw_thin_line(gx_device * dev, in trace_draw_thin_line()
[all …]
/plan9/sys/src/cmd/disk/kfs/
H A Ddevwren.c13 Device dev; member
25 wren(Device dev) in wren()
37 wreninit(Device dev) in wreninit()
74 wrenream(Device dev) in wrenream()
107 wrencheck(Device dev) in wrencheck()
125 wrensize(Device dev) in wrensize()
131 wrensuper(Device dev) in wrensuper()
138 wrenroot(Device dev) in wrenroot()
145 wrenread(Device dev, long addr, void *b) in wrenread()
161 wrenwrite(Device dev, long addr, void *b) in wrenwrite()
H A Ddevmulti.c14 Device dev; member
27 wren(Device dev) in wren()
58 wrenpartinit(Device dev, int k) in wrenpartinit()
102 wreninit(Device dev) in wreninit()
115 wrenpartream(Device dev, int k) in wrenpartream()
137 wrenream(Device dev) in wrenream()
157 wrencheck(Device dev) in wrencheck()
174 wrensize(Device dev) in wrensize()
189 wrensuper(Device dev) in wrensuper()
196 wrenroot(Device dev) in wrenroot()
[all …]
/plan9/sys/src/cmd/9660srv/
H A Diobuf.c79 purgebuf(Xdata *dev) in purgebuf()
91 getclust(Xdata *dev, vlong addr) in getclust()
145 getbuf(Xdata *dev, uvlong addr) in getbuf()
169 Xdata *dev; in xread() local

12345678910>>...13