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_SHADOW
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek.c
1294
sod[
OPT_SHADOW
].name = SANE_NAME_BLACK_LEVEL;
in init_options()
1295
sod[
OPT_SHADOW
].title = SANE_TITLE_BLACK_LEVEL;
in init_options()
1296
sod[
OPT_SHADOW
].desc = SANE_DESC_BLACK_LEVEL;
in init_options()
1297
sod[
OPT_SHADOW
].type = SANE_TYPE_INT;
in init_options()
1298
sod[
OPT_SHADOW
].unit = SANE_UNIT_NONE;
in init_options()
1299
sod[
OPT_SHADOW
].size = sizeof(SANE_Word);
in init_options()
1300
sod[
OPT_SHADOW
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1301
sod[
OPT_SHADOW
].constraint.range = &u8_range;
in init_options()
1302
val[
OPT_SHADOW
].w = 0;
in init_options()
1306
sod[
OPT_SHADOW
]
in init_options()
[all...]
H
A
D
umax.h
112
OPT_SHADOW
, /* shadow */
enumerator
H
A
D
microtek.h
90
OPT_SHADOW
, /* -s */
enumerator
H
A
D
microtek2.c
2275
val[
OPT_SHADOW
].w = MD_SHADOW_DEFAULT;
in init_options()
2612
sod[
OPT_SHADOW
].name = SANE_NAME_SHADOW;
in init_options()
2613
sod[
OPT_SHADOW
].title = SANE_TITLE_SHADOW;
in init_options()
2614
sod[
OPT_SHADOW
].desc = SANE_DESC_SHADOW;
in init_options()
2615
sod[
OPT_SHADOW
].type = SANE_TYPE_INT;
in init_options()
2616
sod[
OPT_SHADOW
].size = sizeof(SANE_Int);
in init_options()
2617
sod[
OPT_SHADOW
].constraint.range = &md->shadow_range;
in init_options()
2861
sod[
OPT_SHADOW
].cap &= ~SANE_CAP_INACTIVE;
in set_option_dependencies()
2888
sod[
OPT_SHADOW
].cap &= ~SANE_CAP_INACTIVE;
in set_option_dependencies()
2915
sod[
OPT_SHADOW
]
in set_option_dependencies()
[all...]
H
A
D
umax.c
1103
scanner->opt[
OPT_SHADOW
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1127
scanner->opt[
OPT_SHADOW
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5398
scanner->opt[
OPT_SHADOW
].name = SANE_NAME_SHADOW;
in init_options()
5399
scanner->opt[
OPT_SHADOW
].title = SANE_TITLE_SHADOW;
in init_options()
5400
scanner->opt[
OPT_SHADOW
].desc = SANE_DESC_SHADOW;
in init_options()
5401
scanner->opt[
OPT_SHADOW
].type = SANE_TYPE_FIXED;
in init_options()
5402
scanner->opt[
OPT_SHADOW
].unit = SANE_UNIT_PERCENT;
in init_options()
5403
scanner->opt[
OPT_SHADOW
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5404
scanner->opt[
OPT_SHADOW
].constraint.range = &percentage_range_100;
in init_options()
5405
scanner->val[
OPT_SHADOW
]
in init_options()
[all...]
H
A
D
microtek2.h
558
OPT_SHADOW
,
enumerator
Completed in 19 milliseconds