Searched defs:bdev (Results 1 – 10 of 10) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevbbox.c | 156 gx_device_bbox *const bdev = (gx_device_bbox *)pdata; in bbox_default_init_box() local 163 #define BBOX_INIT_BOX(bdev)\ argument 169 const gx_device_bbox *const bdev = (const gx_device_bbox *)pdata; in bbox_default_get_box() local 173 #define BBOX_GET_BOX(bdev, pbox)\ argument 179 gx_device_bbox *const bdev = (gx_device_bbox *)pdata; in bbox_default_add_rect() local 191 #define BBOX_ADD_RECT(bdev, x0, y0, x1, y1)\ argument 193 #define BBOX_ADD_INT_RECT(bdev, x0, y0, x1, y1)\ argument 200 const gx_device_bbox *const bdev = (const gx_device_bbox *)pdata; in bbox_default_in_rect() local 204 #define BBOX_IN_RECT(bdev, pbox)\ argument 219 bbox_copy_params(gx_device_bbox * bdev, bool remap_colors) in bbox_copy_params() [all …]
|
H A D | gdevpbm.c | 225 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_set_dev_procs() local 258 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_open() local 275 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_output_page() local 307 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in pgm_map_rgb_color() local 358 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_map_rgb_color() local 435 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_get_params() local 443 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in ppm_put_params() local 505 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in pnm_copy_alpha() local 527 gx_device_pbm * const bdev = (gx_device_pbm *)dev; in pnm_begin_typed_image() local 564 gx_device_pbm * const bdev = (gx_device_pbm *)pdev; in pbm_print_page_loop() local [all …]
|
H A D | gxclread.c | 216 gx_device *bdev; in clist_get_bits_rectangle() local 328 gx_device *bdev, const gx_render_plane_t *render_plane, in clist_rasterize_lines() 408 gx_device *bdev, in clist_render_rectangle()
|
H A D | gdevsgi.c | 69 sgi_begin_page(gx_device_printer *bdev, FILE *pstream, sgi_cursor *pcur) in sgi_begin_page() 110 #define bdev ((gx_device_printer *)pdev) macro
|
H A D | gdevbmpa.c | 442 gx_device *bdev; in bmpa_reader_buffer_planes() local 673 gx_device_async * const bdev = (gx_device_async *)pdev; in bmpa_get_params() local 693 gx_device_async * const bdev = (gx_device_async *)pdev; in bmpa_put_params() local
|
H A D | gdevmgr.c | 106 mgr_begin_page(gx_device_mgr *bdev, FILE *pstream, mgr_cursor *pcur) in mgr_begin_page() 146 #define bdev ((gx_device_mgr *)pdev) macro
|
H A D | gdevprn.c | 351 gx_device *bdev = (gx_device *)pmemdev; in gdev_prn_allocate() local 996 gx_device *bdev; in gx_default_create_buf_device() local 1071 gx_default_setup_buf_device(gx_device *bdev, byte *buffer, int bytes_per_line, in gx_default_setup_buf_device() 1112 gx_default_destroy_buf_device(gx_device *bdev) in gx_default_destroy_buf_device()
|
H A D | gxclist.c | 234 clist_init_bands(gx_device * dev, gx_device_memory *bdev, uint data_size, in clist_init_bands() 302 gx_device_memory bdev; in clist_init_data() local
|
H A D | gdevccr.c | 73 #define bdev ((gx_device_ccr *)pdev) macro
|
/plan9/sys/src/9/pcboot/ |
H A D | devbios.c | 148 static Biosdev bdev[Maxdevs]; variable
|