Lines Matching refs:y_range
1519 dev->y_range = &dev->cap->fbf_y_range;
1522 DBG(10, " y-range: %f %f\n", SANE_UNFIX(dev->y_range->min), SANE_UNFIX(dev->y_range->max));
2893 s->opt[OPT_TL_Y].constraint.range = s->hw->y_range;
2913 s->opt[OPT_BR_Y].constraint.range = s->hw->y_range;
2914 s->val[OPT_BR_Y].w = s->hw->y_range->max;
3156 && s->val[OPT_TL_Y].w == s->hw->y_range->min
3158 && s->val[OPT_BR_Y].w == s->hw->y_range->max) {
3164 s->hw->y_range = &s->hw->cap->adf_y_range;
3178 s->hw->y_range = &s->hw->cap->fbf_y_range;
3185 s->opt[OPT_BR_Y].constraint.range = s->hw->y_range;
3190 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max)
3191 s->val[OPT_TL_Y].w = s->hw->y_range->min;
3196 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max)
3197 s->val[OPT_BR_Y].w = s->hw->y_range->max;