Lines Matching defs:yres
527 int iPos, xres, yres;
565 yres = s->yres_word_list[1];
570 yres = s->yres_word_list[iPos + 1];
572 s->val[OPT_Y_RESOLUTION].w = yres;
1030 int width, length, xres, yres;
1041 yres = s->val[OPT_Y_RESOLUTION].w;
1043 yres = xres;
1047 if (xres > 0 && yres > 0 && width > 0 && length > 0)
1052 DBG (11, "sane_get_parameters: length='%d', yres='%d', mud='%d'\n",
1053 length, yres, s->hw->info.mud);
1054 s->params.lines = length * yres / s->hw->info.mud;
1091 DBG (11, "sane_get_parameters: xres='%d', yres='%d', pixels_per_line='%d', "
1092 "bytes_per_line='%d', lines='%d'\n", s->xres, s->yres,
1230 s->yres = s->val[OPT_Y_RESOLUTION].w;
1233 s->yres = s->xres;
1310 wbuf[12] = s->yres >> 8;
1311 wbuf[13] = s->yres;
1412 DBG (5, "yres=%d\n", (wbuf[12] << 8) + wbuf[13]);