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_B
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon.c
1495
s->opt[
OPT_SHADOW_B
].name = SANE_NAME_SHADOW_B;
in init_options()
1496
s->opt[
OPT_SHADOW_B
].title = SANE_TITLE_SHADOW_B;
in init_options()
1497
s->opt[
OPT_SHADOW_B
].desc = SANE_DESC_SHADOW_B;
in init_options()
1498
s->opt[
OPT_SHADOW_B
].type = SANE_TYPE_INT;
in init_options()
1499
s->opt[
OPT_SHADOW_B
].unit = SANE_UNIT_NONE;
in init_options()
1500
s->opt[
OPT_SHADOW_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1501
s->opt[
OPT_SHADOW_B
].constraint.range = &s->hw->info.ShadowB_range;
in init_options()
1502
s->opt[
OPT_SHADOW_B
].cap |= SANE_CAP_INACTIVE;
in init_options()
1503
s->val[
OPT_SHADOW_B
].w = 0;
in init_options()
H
A
D
canon.h
189
OPT_SHADOW_B
, /* shadow point for blue */
enumerator
380
"
OPT_SHADOW_B
",
H
A
D
umax.h
115
OPT_SHADOW_B
,
enumerator
H
A
D
canon-sane.c
358
case
OPT_SHADOW_B
:
in sane_control_option()
365
if ((option >= OPT_NEGATIVE) && (option <=
OPT_SHADOW_B
))
in sane_control_option()
488
case
OPT_SHADOW_B
:
in sane_control_option()
589
s->opt[
OPT_SHADOW_B
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
604
s->opt[
OPT_SHADOW_B
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
1277
s->ShadowB = s->val[
OPT_SHADOW_B
].w;
in sane_start()
H
A
D
microtek2.c
2278
val[
OPT_SHADOW_B
].w = MD_SHADOW_DEFAULT;
in init_options()
2633
sod[
OPT_SHADOW_B
].name = SANE_NAME_SHADOW_B;
in init_options()
2634
sod[
OPT_SHADOW_B
].title = SANE_TITLE_SHADOW_B;
in init_options()
2635
sod[
OPT_SHADOW_B
].desc = SANE_DESC_SHADOW_B;
in init_options()
2636
sod[
OPT_SHADOW_B
].type = SANE_TYPE_INT;
in init_options()
2637
sod[
OPT_SHADOW_B
].size = sizeof(SANE_Int);
in init_options()
2638
sod[
OPT_SHADOW_B
].constraint.range = &md->shadow_range;
in init_options()
2984
sod[
OPT_SHADOW_B
].cap |= SANE_CAP_INACTIVE;
in set_option_dependencies()
2996
val[OPT_SHADOW_R].w = val[OPT_SHADOW_G].w = val[
OPT_SHADOW_B
].w
in set_option_dependencies()
3071
case
OPT_SHADOW_B
in sane_control_option()
[all...]
H
A
D
umax.c
1106
scanner->opt[
OPT_SHADOW_B
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1130
scanner->opt[
OPT_SHADOW_B
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5425
scanner->opt[
OPT_SHADOW_B
].name = SANE_NAME_SHADOW_B;
in init_options()
5426
scanner->opt[
OPT_SHADOW_B
].title = SANE_TITLE_SHADOW_B;
in init_options()
5427
scanner->opt[
OPT_SHADOW_B
].desc = SANE_DESC_SHADOW_B;
in init_options()
5428
scanner->opt[
OPT_SHADOW_B
].type = SANE_TYPE_FIXED;
in init_options()
5429
scanner->opt[
OPT_SHADOW_B
].unit = SANE_UNIT_PERCENT;
in init_options()
5430
scanner->opt[
OPT_SHADOW_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5431
scanner->opt[
OPT_SHADOW_B
].constraint.range = &percentage_range_100;
in init_options()
5432
scanner->val[
OPT_SHADOW_B
]
in init_options()
[all...]
H
A
D
microtek2.h
567
OPT_SHADOW_B
,
enumerator
Completed in 23 milliseconds