Searched refs:old_width (Results 1 – 5 of 5) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zdevice.c | 353 int old_width, old_height; in zputdeviceparams() local 370 old_width = dev->width; in zputdeviceparams() 387 if (code > 0 || (code == 0 && (dev->width != old_width || dev->height != old_height))) { in zputdeviceparams()
|
| H A D | gdevprn.c | 60 int old_width, int old_height, 1244 int old_width, int old_height, in gdev_prn_maybe_realloc_memory() argument 1261 prdev->width != old_width || prdev->height != old_height || in gdev_prn_maybe_realloc_memory() 1272 dprintf4("w=%d/%d, h=%d/%d\n", old_width, new_width, old_height, new_height); in gdev_prn_maybe_realloc_memory() 1275 prdev->width = old_width; in gdev_prn_maybe_realloc_memory()
|
| H A D | gdevdsp.c | 821 int old_width = dev->width; in display_put_params() local 1005 dev->width = old_width; in display_put_params() 1012 ((old_width != dev->width) || (old_height != dev->height)) ) { in display_put_params() 1027 dev->width = old_width; in display_put_params()
|
| H A D | gspmdrv.c | 59 int old_width; member 696 if ((pbm->width == pbm->old_width) && in scan_bitmap() 705 pbm->old_width = pbm->width; in scan_bitmap()
|
| H A D | gdevijs.c | 43 int old_width, int old_height,
|