Lines Matching defs:width
689 /* page width US-Letter */
1115 /* page width */
1124 opt->title = "ADF paper width";
1835 int width = (s->u_br_x - s->u_tl_x) * s->u_res/1200;
1857 /* width % 32 == 0 && length % 1 == 0 */
1858 width -= width % 32;
1859 width = width*1200/s->u_res;
1863 set_WD_width (desc, width);
1968 set_WD_width (desc, width);
1975 width % 8 == 0 && length % 8 == 0
1983 width % 16 == 0 && length % 8 == 0
2191 DBG (15, " width: %d\n",get_SR_ih_width(pay));