Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdev3b1.c447 int screen_width, screen_height; in att3b1_do_output_page() local
509 screen_width = (uw.uw_width < att3b1dev->width) ? uw.uw_width in att3b1_do_output_page()
517 ur.ur_width = screen_width; in att3b1_do_output_page()
577 xorigin = att3b1dev->width - screen_width; in att3b1_do_output_page()
625 xorigin = (att3b1dev->width - screen_width) / 2; in att3b1_do_output_page()
690 if (xorigin >= att3b1dev->width - screen_width) in att3b1_do_output_page()
691 xorigin = att3b1dev->width - screen_width; in att3b1_do_output_page()