Home
last modified time | relevance | path

Searched defs:new_width (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevprn.c220 int new_width, int new_height, bool reallocate) in gdev_prn_allocate()
423 int new_width, int new_height) in gdev_prn_allocate_memory()
432 int new_width, int new_height) in gdev_prn_reallocate_memory()
1264 int new_width = prdev->width; in gdev_prn_maybe_realloc_memory() local
H A Dgspaint.c350 float new_width = orig_width * scale; in gs_stroke() local
H A Dgdevprna.c485 int new_width = pwdev->width; in gdev_prn_async_write_put_params() local
H A Ddwimg.c164 image_size(IMAGE *img, int new_width, int new_height, int new_raster, in image_size()