Lines Matching defs:width
1030 int width, length, xres, yres;
1035 width = SANE_UNFIX (s->val[OPT_BR_X].w - s->val[OPT_TL_X].w)
1047 if (xres > 0 && yres > 0 && width > 0 && length > 0)
1049 DBG (11, "sane_get_parameters: width='%d', xres='%d', mud='%d'\n",
1050 width, xres, s->hw->info.mud);
1051 s->params.pixels_per_line = width * xres / s->hw->info.mud;
1238 s->width = SANE_UNFIX (s->val[OPT_BR_X].w - s->val[OPT_TL_X].w)
1243 DBG (11, "s->width='%d', s->length='%d'\n", s->width, s->length);
1320 wbuf[22] = s->width >> 24;
1321 wbuf[23] = s->width >> 16;
1322 wbuf[24] = s->width >> 8;
1323 wbuf[25] = s->width;
1417 DBG (5, "width=%d\n", (wbuf[22] << 24) + (wbuf[23] << 16) + (wbuf[24] << 8)