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_G
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
snapscan-options.c
721
po[
OPT_GAMMA_G
].name = SANE_NAME_ANALOG_GAMMA_G;
in init_options()
722
po[
OPT_GAMMA_G
].title = SANE_TITLE_ANALOG_GAMMA_G;
in init_options()
723
po[
OPT_GAMMA_G
].desc = SANE_DESC_ANALOG_GAMMA_G;
in init_options()
724
po[
OPT_GAMMA_G
].type = SANE_TYPE_FIXED;
in init_options()
725
po[
OPT_GAMMA_G
].unit = SANE_UNIT_NONE;
in init_options()
726
po[
OPT_GAMMA_G
].size = sizeof (SANE_Word);
in init_options()
727
po[
OPT_GAMMA_G
].cap =
in init_options()
729
po[
OPT_GAMMA_G
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
730
po[
OPT_GAMMA_G
].constraint.range = &gamma_range;
in init_options()
981
pss->options[
OPT_GAMMA_G
]
in control_options()
[all...]
H
A
D
canon_pp.h
84
#define
OPT_GAMMA_G
11
H
A
D
artec_eplus48u.c
2616
double gamma = SANE_UNFIX (s->val[
OPT_GAMMA_G
].w);
in calculateGammaGreen()
2843
s->opt[
OPT_GAMMA_G
].name = SANE_NAME_ANALOG_GAMMA_G;
in init_options()
2844
s->opt[
OPT_GAMMA_G
].title = SANE_TITLE_ANALOG_GAMMA_G;
in init_options()
2845
s->opt[
OPT_GAMMA_G
].desc = SANE_DESC_ANALOG_GAMMA_G;
in init_options()
2846
s->opt[
OPT_GAMMA_G
].type = SANE_TYPE_FIXED;
in init_options()
2847
s->opt[
OPT_GAMMA_G
].unit = SANE_UNIT_NONE;
in init_options()
2848
s->opt[
OPT_GAMMA_G
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
2849
s->opt[
OPT_GAMMA_G
].constraint.range = &gamma_range;
in init_options()
2850
s->val[
OPT_GAMMA_G
].w = SANE_FIX (s->dev->gamma_g);
in init_options()
4003
case
OPT_GAMMA_G
in sane_control_option()
[all...]
H
A
D
snapscan.h
296
OPT_GAMMA_G
, /* gamma correction (green) */
enumerator
H
A
D
artec_eplus48u.h
97
OPT_GAMMA_G
,
enumerator
H
A
D
canon_pp.c
1690
cs->opt[
OPT_GAMMA_G
].caps |= SANE_CAP_ADVANCED;
in init_device()
Completed in 11 milliseconds