Lines Matching defs:mode
444 mode_select_adf_fsu (int fd, int mode)
456 switch (mode)
1295 /* color mode */
1461 /* scan mode */
2314 bi-level color mode to adjust all three other
2554 const char *mode;
2616 mode = s->val[OPT_MODE].s;
2618 if (strcmp (mode, M_LINEART) == 0)
2625 else if (strcmp (mode, M_GRAY) == 0)
2632 else if (strcmp (mode, M_LINEART_COLOR) == 0)
2828 char *mode, *halftone, *gamma, *edge, *lightcolor, *adf_fsu;
2956 mode = s->val[OPT_MODE].s;
2975 if (strcmp (mode, M_LINEART_COLOR) == 0)
2991 if (strcmp (mode, M_LINEART) == 0)
3007 else if (strcmp (mode, M_GRAY) == 0)
3012 else if (strcmp (mode, M_LINEART_COLOR) == 0)
3028 else if (strcmp (mode, M_COLOR) == 0)
3367 if (strcmp (mode, M_LINEART_COLOR) != 0)