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_GAMMA_BIND
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/
H
A
D
snapscan-options.c
687
po[
OPT_GAMMA_BIND
].name = SANE_NAME_ANALOG_GAMMA_BIND;
in init_options()
688
po[
OPT_GAMMA_BIND
].title = SANE_TITLE_ANALOG_GAMMA_BIND;
in init_options()
689
po[
OPT_GAMMA_BIND
].desc = SANE_DESC_ANALOG_GAMMA_BIND;
in init_options()
690
po[
OPT_GAMMA_BIND
].type = SANE_TYPE_BOOL;
in init_options()
691
po[
OPT_GAMMA_BIND
].unit = SANE_UNIT_NONE;
in init_options()
692
po[
OPT_GAMMA_BIND
].size = sizeof (SANE_Bool);
in init_options()
693
po[
OPT_GAMMA_BIND
].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT;
in init_options()
694
po[
OPT_GAMMA_BIND
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
695
ps->val[
OPT_GAMMA_BIND
].b = DEFAULT_GAMMA_BIND;
in init_options()
978
pss->options[
OPT_GAMMA_BIND
]
in control_options()
[all...]
H
A
D
microtek.c
856
if (ms->val[
OPT_GAMMA_BIND
].w == SANE_TRUE) {
in download_gamma()
905
if (ms->val[
OPT_GAMMA_BIND
].w == SANE_TRUE) {
in download_gamma()
1354
sod[
OPT_GAMMA_BIND
].name = SANE_NAME_ANALOG_GAMMA_BIND;
in init_options()
1355
sod[
OPT_GAMMA_BIND
].title = SANE_TITLE_ANALOG_GAMMA_BIND;
in init_options()
1356
sod[
OPT_GAMMA_BIND
].desc = SANE_DESC_ANALOG_GAMMA_BIND;
in init_options()
1357
sod[
OPT_GAMMA_BIND
].type = SANE_TYPE_BOOL;
in init_options()
1358
sod[
OPT_GAMMA_BIND
].cap |= SANE_CAP_INACTIVE;
in init_options()
1359
val[
OPT_GAMMA_BIND
].w = SANE_TRUE;
in init_options()
3393
case
OPT_GAMMA_BIND
:
in sane_control_option()
3503
case
OPT_GAMMA_BIND
in sane_control_option()
[all...]
H
A
D
coolscan.h
69
OPT_GAMMA_BIND
,
enumerator
H
A
D
snapscan.h
293
OPT_GAMMA_BIND
, /* use same gamma value for all colors */
enumerator
H
A
D
microtek.h
104
OPT_GAMMA_BIND
,
enumerator
H
A
D
microtek2.c
2206
val[
OPT_GAMMA_BIND
].w = SANE_TRUE;
in init_options()
2532
sod[
OPT_GAMMA_BIND
].name = M_NAME_GAMMA_BIND;
in init_options()
2533
sod[
OPT_GAMMA_BIND
].title = M_TITLE_GAMMA_BIND;
in init_options()
2534
sod[
OPT_GAMMA_BIND
].desc = M_DESC_GAMMA_BIND;
in init_options()
2535
sod[
OPT_GAMMA_BIND
].type = SANE_TYPE_BOOL;
in init_options()
2536
sod[
OPT_GAMMA_BIND
].size = sizeof(SANE_Bool);
in init_options()
2537
sod[
OPT_GAMMA_BIND
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
3108
case
OPT_GAMMA_BIND
:
in sane_control_option()
3436
case
OPT_GAMMA_BIND
:
in sane_control_option()
3587
sod[
OPT_GAMMA_BIND
]
in restore_gamma_options()
[all...]
H
A
D
coolscan.c
2880
scanner->opt[
OPT_GAMMA_BIND
].name = "gamma-bind";
in init_options()
2881
scanner->opt[
OPT_GAMMA_BIND
].title = "Gamma bind";
in init_options()
2882
scanner->opt[
OPT_GAMMA_BIND
].desc =
in init_options()
2884
scanner->opt[
OPT_GAMMA_BIND
].type = SANE_TYPE_BOOL;
in init_options()
2885
scanner->opt[
OPT_GAMMA_BIND
].unit = SANE_UNIT_NONE;
in init_options()
3594
case
OPT_GAMMA_BIND
:
in sane_control_option()
3652
case
OPT_GAMMA_BIND
:
in sane_control_option()
H
A
D
snapscan.c
1442
if (pss->val[
OPT_GAMMA_BIND
].b)
in download_gamma_tables()
1480
if (pss->val[
OPT_GAMMA_BIND
].b)
in download_gamma_tables()
H
A
D
microtek2.h
552
OPT_GAMMA_BIND
,
enumerator
Completed in 24 milliseconds