Home
last modified time | relevance | path

Searched refs:have_pdf (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_newjob.c169 int have_pdf = scanner->caps[scanner->source].have_pdf; in escl_newjob() local
171 if ((scanner->source == PLATEN && have_pdf == -1) || in escl_newjob()
188 strdup(scanner->caps[scanner->source].DocumentFormats[have_pdf]); in escl_newjob()
H A Descl_capabilities.c213 SANE_Bool have_jpeg = SANE_FALSE, have_png = SANE_FALSE, have_tiff = SANE_FALSE, have_pdf = SANE_FALSE; in find_valor_of_array_variables() local
218 scanner->caps[type].have_pdf = -1; in find_valor_of_array_variables()
243 have_pdf = SANE_TRUE; in find_valor_of_array_variables()
244 scanner->caps[type].have_pdf = i; in find_valor_of_array_variables()
248 if (have_pdf) in find_valor_of_array_variables()
499 scanner->caps[type].have_pdf = -1; in _delete_pdf()
H A Descl.h143 int have_pdf; member

Completed in 3 milliseconds