Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OPT_AUTOFOCUS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1337
s->opt[
OPT_AUTOFOCUS
].name = SANE_NAME_AUTOFOCUS;
in init_options()
1338
s->opt[
OPT_AUTOFOCUS
].title = SANE_TITLE_AUTOFOCUS;
in init_options()
1339
s->opt[
OPT_AUTOFOCUS
].desc = SANE_DESC_AUTOFOCUS;
in init_options()
1340
s->opt[
OPT_AUTOFOCUS
].type = SANE_TYPE_BOOL;
in init_options()
1341
s->val[
OPT_AUTOFOCUS
].w = SANE_FALSE;
in init_options()
1342
s->opt[
OPT_AUTOFOCUS
].cap |= SANE_CAP_ADVANCED;
in init_options()
1357
s->opt[
OPT_AUTOFOCUS
].cap &= ~SANE_CAP_INACTIVE;
in init_options()
1360
s->opt[
OPT_AUTOFOCUS
].cap |= SANE_CAP_INACTIVE;
in init_options()
1657
case
OPT_AUTOFOCUS
:
in getvalue()
1988
case
OPT_AUTOFOCUS
in setvalue()
[all...]
H
A
D
coolscan.h
95
OPT_AUTOFOCUS
, /* autofocus */
enumerator
H
A
D
epson2.h
263
OPT_AUTOFOCUS
,
enumerator
H
A
D
coolscan.c
3206
scanner->opt[
OPT_AUTOFOCUS
].name = "Autofocus";
in init_options()
3207
scanner->opt[
OPT_AUTOFOCUS
].title ="Autofocus";
in init_options()
3208
scanner->opt[
OPT_AUTOFOCUS
].desc = "When to do autofocussing";
in init_options()
3209
scanner->opt[
OPT_AUTOFOCUS
].type = SANE_TYPE_STRING;
in init_options()
3210
scanner->opt[
OPT_AUTOFOCUS
].size = max_string_size (autofocus_mode_list);
in init_options()
3211
scanner->opt[
OPT_AUTOFOCUS
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
3212
scanner->opt[
OPT_AUTOFOCUS
].constraint.string_list = autofocus_mode_list;
in init_options()
3464
case
OPT_AUTOFOCUS
:
in sane_control_option()
3811
case
OPT_AUTOFOCUS
:
in sane_control_option()
Completed in 8 milliseconds