Home
last modified time | relevance | path

Searched refs:force_max (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Depson2.c1731 int force_max = SANE_FALSE; in change_source() local
1751 force_max = SANE_TRUE; in change_source()
1817 if (s->val[OPT_TL_X].w < s->hw->x_range->min || force_max) in change_source()
1820 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max) in change_source()
1823 if (s->val[OPT_BR_X].w > s->hw->x_range->max || force_max) in change_source()
1826 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max) in change_source()
H A Dmagicolor.c2703 int force_max = SANE_FALSE; in change_source() local
2718 force_max = SANE_TRUE; in change_source()
2744 if (s->val[OPT_TL_X].w < s->hw->x_range->min || force_max) in change_source()
2747 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max) in change_source()
2750 if (s->val[OPT_BR_X].w > s->hw->x_range->max || force_max) in change_source()
2753 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max) in change_source()
H A Dkodakaio.c3144 int force_max = SANE_FALSE; in change_source() local
3159 force_max = SANE_TRUE; in change_source()
3187 if (s->val[OPT_TL_X].w < s->hw->x_range->min || force_max) in change_source()
3190 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max) in change_source()
3193 if (s->val[OPT_BR_X].w > s->hw->x_range->max || force_max) in change_source()
3196 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max) in change_source()
H A Depson.c3833 int force_max = SANE_FALSE; in handle_source() local
3853 force_max = SANE_TRUE; in handle_source()
3916 if (s->val[OPT_TL_X].w < s->hw->x_range->min || force_max) in handle_source()
3919 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max) in handle_source()
3922 if (s->val[OPT_BR_X].w > s->hw->x_range->max || force_max) in handle_source()
3925 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max) in handle_source()
H A Depsonds.c2195 int force_max = SANE_FALSE; in change_source() local
2209 force_max = SANE_TRUE; in change_source()
2234 if (s->val[OPT_TL_X].w < s->hw->x_range->min || force_max) in change_source()
2237 if (s->val[OPT_TL_Y].w < s->hw->y_range->min || force_max) in change_source()
2240 if (s->val[OPT_BR_X].w > s->hw->x_range->max || force_max) in change_source()
2243 if (s->val[OPT_BR_Y].w > s->hw->y_range->max || force_max) in change_source()

Completed in 26 milliseconds