Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevbmpa.c190 int max_width; in bmpa_open_writer() local
214 max_width = DEFAULT_WIDTH_10THS * 60; /* figure max wid = default @ 600dpi */ in bmpa_open_writer()
216 …max_raster = bitmap_raster(max_width * pwdev->color_info.depth); /* doesn't need to be super accur… in bmpa_open_writer()
217 max_src_image_row = max_width * 4 * 2; in bmpa_open_writer()
H A Dtttype.h480 unsigned char max_width; member
/plan9/sys/src/ape/cmd/pdksh/
H A Dmisc.c1051 print_columns(shf, n, func, arg, max_width) in print_columns() argument
1056 int max_width;
1058 char *str = (char *) alloc(max_width + 1, ATEMP);
1068 cols = x_cols / (max_width + 1);
1081 nspace = (x_cols - max_width * cols) / cols;
1089 max_width,
1090 (*func)(arg, i, str, max_width + 1));
H A Dproto.h201 void *arg, int max_width));
/plan9/sys/src/cmd/unix/drawterm/gui-x11/
H A Dx11.c834 normalhints.max_width = Dx(r); in xinitscreen()