Searched refs:dev1 (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zfapi.c | 1086 private int fapi_copy_mono(gx_device *dev1, FAPI_raster *rast, int dx, int dy) in fapi_copy_mono() argument 1088 …return dev_proc(dev1, copy_mono)(dev1, rast->p, 0, rast->line_step, 0, dx, dy, rast->width, rast->… in fapi_copy_mono() 1091 byte *p = gs_alloc_byte_array(dev1->memory, rast->height, line_step, "fapi_copy_mono"); in fapi_copy_mono() 1098 …code = dev_proc(dev1, copy_mono)(dev1, p, 0, line_step, 0, dx, dy, rast->width, rast->height, 0, 1… in fapi_copy_mono() 1099 gs_free_object(dev1->memory, p, "fapi_copy_mono"); in fapi_copy_mono() 1110 gx_device *dev1 = gs_currentdevice_inline(pgs); /* Possibly changed by zchar_set_cache. */ in fapi_finish_render_aux() local 1158 if ((code = fapi_copy_mono(dev1, &rast, dx, dy)) < 0) in fapi_finish_render_aux()
|