Home
last modified time | relevance | path

Searched refs:max_width_bytes (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevatx.c146 atx_print_page(gx_device_printer *pdev, FILE *f, int max_width_bytes) in atx_print_page() argument
200 if (end - row > max_width_bytes) in atx_print_page()
201 end = row + max_width_bytes; in atx_print_page()