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_R
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon.c
1449
s->opt[
OPT_SHADOW_R
].name = SANE_NAME_SHADOW_R;
in init_options()
1450
s->opt[
OPT_SHADOW_R
].title = SANE_TITLE_SHADOW_R;
in init_options()
1451
s->opt[
OPT_SHADOW_R
].desc = SANE_DESC_SHADOW_R;
in init_options()
1452
s->opt[
OPT_SHADOW_R
].type = SANE_TYPE_INT;
in init_options()
1453
s->opt[
OPT_SHADOW_R
].unit = SANE_UNIT_NONE;
in init_options()
1454
s->opt[
OPT_SHADOW_R
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1455
s->opt[
OPT_SHADOW_R
].constraint.range = &s->hw->info.ShadowR_range;
in init_options()
1456
s->opt[
OPT_SHADOW_R
].cap |= SANE_CAP_INACTIVE;
in init_options()
1457
s->val[
OPT_SHADOW_R
].w = 0;
in init_options()
H
A
D
canon.h
185
OPT_SHADOW_R
, /* shadow point for red */
enumerator
376
"
OPT_SHADOW_R
",
H
A
D
umax.h
113
OPT_SHADOW_R
,
enumerator
H
A
D
microtek2.c
2276
val[
OPT_SHADOW_R
].w = MD_SHADOW_DEFAULT;
in init_options()
2619
sod[
OPT_SHADOW_R
].name = SANE_NAME_SHADOW_R;
in init_options()
2620
sod[
OPT_SHADOW_R
].title = SANE_TITLE_SHADOW_R;
in init_options()
2621
sod[
OPT_SHADOW_R
].desc = SANE_DESC_SHADOW_R;
in init_options()
2622
sod[
OPT_SHADOW_R
].type = SANE_TYPE_INT;
in init_options()
2623
sod[
OPT_SHADOW_R
].size = sizeof(SANE_Int);
in init_options()
2624
sod[
OPT_SHADOW_R
].constraint.range = &md->shadow_range;
in init_options()
2982
sod[
OPT_SHADOW_R
].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()
3069
case
OPT_SHADOW_R
in sane_control_option()
[all...]
H
A
D
canon-sane.c
354
case
OPT_SHADOW_R
:
in sane_control_option()
484
case
OPT_SHADOW_R
:
in sane_control_option()
587
s->opt[
OPT_SHADOW_R
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
602
s->opt[
OPT_SHADOW_R
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
1275
s->ShadowR = s->val[
OPT_SHADOW_R
].w;
in sane_start()
H
A
D
umax.c
1104
scanner->opt[
OPT_SHADOW_R
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1128
scanner->opt[
OPT_SHADOW_R
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5407
scanner->opt[
OPT_SHADOW_R
].name = SANE_NAME_SHADOW_R;
in init_options()
5408
scanner->opt[
OPT_SHADOW_R
].title = SANE_TITLE_SHADOW_R;
in init_options()
5409
scanner->opt[
OPT_SHADOW_R
].desc = SANE_DESC_SHADOW_R;
in init_options()
5410
scanner->opt[
OPT_SHADOW_R
].type = SANE_TYPE_FIXED;
in init_options()
5411
scanner->opt[
OPT_SHADOW_R
].unit = SANE_UNIT_PERCENT;
in init_options()
5412
scanner->opt[
OPT_SHADOW_R
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5413
scanner->opt[
OPT_SHADOW_R
].constraint.range = &percentage_range_100;
in init_options()
5414
scanner->val[
OPT_SHADOW_R
]
in init_options()
[all...]
H
A
D
microtek2.h
561
OPT_SHADOW_R
,
enumerator
Completed in 20 milliseconds