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_FOCUS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson.c
2298
s->opt[
OPT_FOCUS
].cap &= ~SANE_CAP_INACTIVE;
in attach()
2304
s->val[
OPT_FOCUS
].w = 0;
in attach()
2309
s->val[
OPT_FOCUS
].w = 1;
in attach()
2317
s->opt[
OPT_FOCUS
].cap |= SANE_CAP_INACTIVE;
in attach()
2318
s->val[
OPT_FOCUS
].w = 0; /* on glass - just in case */
in attach()
3398
s->opt[
OPT_FOCUS
].name = SANE_EPSON_FOCUS_NAME;
in init_options()
3399
s->opt[
OPT_FOCUS
].title = SANE_EPSON_FOCUS_TITLE;
in init_options()
3400
s->opt[
OPT_FOCUS
].desc = SANE_EPSON_FOCUS_DESC;
in init_options()
3401
s->opt[
OPT_FOCUS
].type = SANE_TYPE_STRING;
in init_options()
3402
s->opt[
OPT_FOCUS
]
in init_options()
[all...]
H
A
D
canon.c
1353
s->opt[
OPT_FOCUS
].name = "focus";
in init_options()
1354
s->opt[
OPT_FOCUS
].title = SANE_I18N("Manual focus position");
in init_options()
1355
s->opt[
OPT_FOCUS
].desc = SANE_I18N("Set the optical system's focus "
in init_options()
1357
s->opt[
OPT_FOCUS
].type = SANE_TYPE_INT;
in init_options()
1358
s->opt[
OPT_FOCUS
].unit = SANE_UNIT_NONE;
in init_options()
1359
s->opt[
OPT_FOCUS
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1360
s->opt[
OPT_FOCUS
].constraint.range = &s->hw->info.focus_range;
in init_options()
1361
s->opt[
OPT_FOCUS
].cap |= (s->hw->info.can_focus) ? 0 : SANE_CAP_INACTIVE;
in init_options()
1362
s->val[
OPT_FOCUS
].w = (s->hw->info.can_focus) ? 128 : 0;
in init_options()
1850
(int) s->AE, s->val[
OPT_FOCUS
]
in do_focus()
[all...]
H
A
D
epson.h
133
OPT_SOURCE, OPT_AUTO_EJECT, OPT_FILM_TYPE,
OPT_FOCUS
, OPT_BAY,
enumerator
H
A
D
canon.h
172
OPT_FOCUS
, /* Manual focus position */
enumerator
363
"
OPT_FOCUS
",
H
A
D
canon-sane.c
364
case
OPT_FOCUS
:
in sane_control_option()
490
case
OPT_FOCUS
:
in sane_control_option()
625
s->opt[
OPT_FOCUS
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
630
s->opt[
OPT_FOCUS
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
Completed in 11 milliseconds