Lines Matching defs:height
166 s->height = SANE_UNFIX (s->val[OPT_BR_Y].w) / MM_PER_INCH - s->tl_y;
172 if (s->height < 0)
182 s->height_dots = s->height * SANE_UNFIX (s->val[OPT_RESOLUTION].w);
206 s->val[OPT_BR_Y].w = SANE_FIX ((s->tl_y + s->height) * MM_PER_INCH);
657 s->hw->line_switch += s->hw->height;
1388 SANE_Word dpi, x, y, width, height;
1423 height = s->height_dots;
1432 RIE (usb_high_scan_suggest_parameters (s->hw, dpi, x, y, width, height,
1438 DBG (3, "sane_start: wanted: dpi=%d, x=%d, y=%d, width=%d, height=%d, "
1439 "scan_mode=%d\n", dpi, x, y, width, height, color_mode);
1441 "height=%d, scan_mode=%d\n", s->hw->x_dpi, s->hw->y_dpi, s->hw->x,
1442 s->hw->y, s->hw->width, s->hw->height, s->hw->scan_mode);
1445 s->read_rows = s->hw->height;
1446 s->hw->line_switch = s->hw->height;