Home
last modified time | relevance | path

Searched refs:PLATEN (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_capabilities.c205 if (type == PLATEN || strcmp(color, "BlackAndWhite1")) in find_valor_of_array_variables()
234 else if(type == PLATEN && !strcmp(scanner->caps[type].DocumentFormats[i], "image/tiff")) in find_valor_of_array_variables()
241 else if(type == PLATEN && !strcmp(scanner->caps[type].DocumentFormats[i], "application/pdf")) in find_valor_of_array_variables()
441 scanner->Sources[PLATEN] = (SANE_String_Const)strdup(SANE_I18N ("Flatbed")); in print_xml_c()
443 scanner->source = PLATEN; in print_xml_c()
444 print_xml_c(node->children, device, scanner, PLATEN); in print_xml_c()
445 scanner->caps[PLATEN].duplex = 0; in print_xml_c()
H A Descl_newjob.c171 if ((scanner->source == PLATEN && have_pdf == -1) || in escl_newjob()
172 (scanner->source > PLATEN)) { in escl_newjob()
206 if(scanner->source > PLATEN && scanner->Sources[ADFDUPLEX]) { in escl_newjob()
219 char *source = (scanner->source == PLATEN ? "Platen" : "Feeder"); in escl_newjob()
H A Descl_status.c248 } else if (source == PLATEN) { in escl_status()
263 source != PLATEN && in escl_status()
H A Descl_reset.c74 PLATEN, in escl_scanner()
H A Descl.c715 s->scanner->source = PLATEN; in init_options_small()
723 if (s->scanner->caps[PLATEN].ColorModes) in init_options_small()
724 s->scanner->source = PLATEN; in init_options_small()
732 if (s->scanner->source == PLATEN) { in init_options_small()
733 DBG (10, "SOURCE PLATEN.\n"); in init_options_small()
838 s->scanner->source = PLATEN; in init_options()
842 if (s->scanner->caps[PLATEN].ColorModes) in init_options()
843 s->scanner->source = PLATEN; in init_options()
851 if (s->scanner->source == PLATEN) { in init_options()
852 DBG (10, "SOURCE PLATEN in init_options()
[all...]
H A Descl.h74 PLATEN = 0, enumerator

Completed in 5 milliseconds