Searched refs:max_width_bytes (Results 1 – 1 of 1) sorted by relevance
146 atx_print_page(gx_device_printer *pdev, FILE *f, int max_width_bytes) in atx_print_page() argument200 if (end - row > max_width_bytes) in atx_print_page()201 end = row + max_width_bytes; in atx_print_page()