Searched refs:lightcolor (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | nec.c | 2828 char *mode, *halftone, *gamma, *edge, *lightcolor, *adf_fsu; in sane_start() local 2960 lightcolor = s->val[OPT_LIGHTCOLOR].s; in sane_start() 3052 s->lightcolor = 3; in sane_start() 3053 if (strcmp(lightcolor, LIGHT_GREEN) == 0) in sane_start() 3054 s->lightcolor = 0; in sane_start() 3055 else if (strcmp(lightcolor, LIGHT_RED) == 0) in sane_start() 3056 s->lightcolor = 1; in sane_start() 3057 else if (strcmp(lightcolor, LIGHT_BLUE) == 0) in sane_start() 3058 s->lightcolor = 2; in sane_start() 3059 else if (strcmp(lightcolor, LIGHT_NON in sane_start() [all...] |
H A D | sharp.c | 3301 char *mode, *halftone, *gamma, *edge, *lightcolor, *adf_fsu; in sane_start() local 3440 lightcolor = s->val[OPT_LIGHTCOLOR].s; in sane_start() 3568 s->lightcolor = 3; in sane_start() 3569 if (strcmp(lightcolor, LIGHT_GREEN) == 0) in sane_start() 3570 s->lightcolor = 0; in sane_start() 3571 else if (strcmp(lightcolor, LIGHT_RED) == 0) in sane_start() 3572 s->lightcolor = 1; in sane_start() 3573 else if (strcmp(lightcolor, LIGHT_BLUE) == 0) in sane_start() 3574 s->lightcolor = 2; in sane_start() 3575 else if (strcmp(lightcolor, LIGHT_WHIT in sane_start() [all...] |
H A D | sharp.h | 258 SANE_Int lightcolor; member
|
H A D | nec.h | 249 SANE_Int lightcolor; member
|
Completed in 10 milliseconds