Home
last modified time | relevance | path

Searched defs:ppdev (Results 1 – 11 of 11) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevprn.c70 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_open() local
87 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_close() local
104 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_setup_as_command_list() local
190 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_tear_down() local
222 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_allocate() local
441 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_free_memory() local
482 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_get_params() local
524 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_put_params() local
723 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_output_page() local
885 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in gdev_prn_open_printer_seekable() local
[all …]
H A Dgdevlj56.c81 gx_device_printer *const ppdev = (gx_device_printer *)pdev; in ljet5_open() local
98 gx_device_printer *const ppdev = (gx_device_printer *)pdev; in ljet5_close() local
H A Dgdevpng.c310 { gx_device_pngalpha *ppdev = (gx_device_pngalpha *)pdev; in png_print_page() local
432 gx_device_pngalpha *ppdev = (gx_device_pngalpha *)pdev; in pngalpha_open() local
468 gx_device_pngalpha *ppdev = (gx_device_pngalpha *)pdev; in pngalpha_put_params() local
504 gx_device_pngalpha *ppdev = (gx_device_pngalpha *)pdev; in pngalpha_get_params() local
H A Dgdevcp50.c20 #define ppdev ((gx_device_printer *)pdev) macro
H A Dgdevcfax.c227 gx_device_printer * const ppdev = (gx_device_printer *)pdev; in cfax_prn_close() local
H A Dgdevdjet.c226 gx_device_printer *const ppdev = (gx_device_printer *)pdev; in hpjet_open() local
268 gx_device_printer *const ppdev = (gx_device_printer *)pdev; in hpjet_close() local
H A Dgdevl31s.c98 #define ppdev ((gx_device_printer *)pdev) macro
H A Dgdevimgn.c235 #define ppdev ((gx_device_printer *)pdev) macro
H A Dgdevbmpa.c264 bmpa_reader_open_render_device(gx_device_printer *ppdev) in bmpa_reader_open_render_device()
H A Dgdevhl7x.c305 gx_device_printer *const ppdev = (gx_device_printer *)pdev; in hl7x0_close() local
H A Dgdevp14.c2428 gx_device ** ppdev, gx_device * target) in pdf14_create_clist_device()