Lines Matching defs:width
161 int width;
194 /* Only update the width when not scanning,
195 * otherwise the scanner give us the correct width */
208 dev->width = round2 ((dx / ((double) MAX_X_S)) * 640);
212 dev->width = round2 ((dx / ((double) MAX_X_S)) * 848);
216 dev->width = round2 ((dx / ((double) MAX_X_S)) * 1264);
220 dev->width = round2 ((dx / ((double) MAX_X_S)) * 1696);
224 dev->width = round2 ((dx / ((double) MAX_X_S)) * 2528);
228 dev->width = round2 ((dx / ((double) MAX_X_S)) * 5088);
232 dev->width = round2 ((dx / ((double) MAX_X_S)) * 10208);
237 DBG(2,"New image size: %dx%d\n",dev->width, dev->height);
725 p->pixels_per_line = dev->width;
884 dev->width = ntohl (dev->packet_data[5]);
885 DBG(100,"Got data size %d on device %s. Scan width: %d\n",packet_size, dev->devname, dev->width);