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_G
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon-sane.c
356
case
OPT_SHADOW_G
:
in sane_control_option()
486
case
OPT_SHADOW_G
:
in sane_control_option()
595
s->opt[
OPT_SHADOW_G
].title = SANE_TITLE_SHADOW_G;
in sane_control_option()
596
s->opt[
OPT_SHADOW_G
].name = SANE_NAME_SHADOW_G;
in sane_control_option()
597
s->opt[
OPT_SHADOW_G
].desc = SANE_DESC_SHADOW_G;
in sane_control_option()
610
s->opt[
OPT_SHADOW_G
].title = SANE_TITLE_SHADOW;
in sane_control_option()
611
s->opt[
OPT_SHADOW_G
].name = SANE_NAME_SHADOW;
in sane_control_option()
612
s->opt[
OPT_SHADOW_G
].desc = SANE_DESC_SHADOW;
in sane_control_option()
1264
s->ShadowG = s->val[
OPT_SHADOW_G
].w;
in sane_start()
1268
s->ShadowR = s->val[
OPT_SHADOW_G
]
in sane_start()
[all...]
H
A
D
canon.c
1472
s->opt[
OPT_SHADOW_G
].name = SANE_NAME_SHADOW;
in init_options()
1473
s->opt[
OPT_SHADOW_G
].title = SANE_TITLE_SHADOW;
in init_options()
1474
s->opt[
OPT_SHADOW_G
].desc = SANE_DESC_SHADOW;
in init_options()
1475
s->opt[
OPT_SHADOW_G
].type = SANE_TYPE_INT;
in init_options()
1476
s->opt[
OPT_SHADOW_G
].unit = SANE_UNIT_NONE;
in init_options()
1477
s->opt[
OPT_SHADOW_G
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1478
s->opt[
OPT_SHADOW_G
].constraint.range = &s->hw->info.ShadowG_range;
in init_options()
1479
s->opt[
OPT_SHADOW_G
].cap |=
in init_options()
1481
s->val[
OPT_SHADOW_G
].w = 0;
in init_options()
H
A
D
canon.h
187
OPT_SHADOW_G
, /* shadow point for green */
enumerator
378
"
OPT_SHADOW_G
",
H
A
D
umax.h
114
OPT_SHADOW_G
,
enumerator
H
A
D
microtek2.c
2277
val[
OPT_SHADOW_G
].w = MD_SHADOW_DEFAULT;
in init_options()
2626
sod[
OPT_SHADOW_G
].name = SANE_NAME_SHADOW_G;
in init_options()
2627
sod[
OPT_SHADOW_G
].title = SANE_TITLE_SHADOW_G;
in init_options()
2628
sod[
OPT_SHADOW_G
].desc = SANE_DESC_SHADOW_G;
in init_options()
2629
sod[
OPT_SHADOW_G
].type = SANE_TYPE_INT;
in init_options()
2630
sod[
OPT_SHADOW_G
].size = sizeof(SANE_Int);
in init_options()
2631
sod[
OPT_SHADOW_G
].constraint.range = &md->shadow_range;
in init_options()
2983
sod[
OPT_SHADOW_G
].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()
3070
case
OPT_SHADOW_G
in sane_control_option()
[all...]
H
A
D
umax.c
1105
scanner->opt[
OPT_SHADOW_G
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1129
scanner->opt[
OPT_SHADOW_G
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5416
scanner->opt[
OPT_SHADOW_G
].name = SANE_NAME_SHADOW_G;
in init_options()
5417
scanner->opt[
OPT_SHADOW_G
].title = SANE_TITLE_SHADOW_G;
in init_options()
5418
scanner->opt[
OPT_SHADOW_G
].desc = SANE_DESC_SHADOW_G;
in init_options()
5419
scanner->opt[
OPT_SHADOW_G
].type = SANE_TYPE_FIXED;
in init_options()
5420
scanner->opt[
OPT_SHADOW_G
].unit = SANE_UNIT_PERCENT;
in init_options()
5421
scanner->opt[
OPT_SHADOW_G
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5422
scanner->opt[
OPT_SHADOW_G
].constraint.range = &percentage_range_100;
in init_options()
5423
scanner->val[
OPT_SHADOW_G
]
in init_options()
[all...]
H
A
D
microtek2.h
564
OPT_SHADOW_G
,
enumerator
Completed in 20 milliseconds