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_B
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
snapscan-options.c
733
po[
OPT_GAMMA_B
].name = SANE_NAME_ANALOG_GAMMA_B;
in init_options()
734
po[
OPT_GAMMA_B
].title = SANE_TITLE_ANALOG_GAMMA_B;
in init_options()
735
po[
OPT_GAMMA_B
].desc = SANE_DESC_ANALOG_GAMMA_B;
in init_options()
736
po[
OPT_GAMMA_B
].type = SANE_TYPE_FIXED;
in init_options()
737
po[
OPT_GAMMA_B
].unit = SANE_UNIT_NONE;
in init_options()
738
po[
OPT_GAMMA_B
].size = sizeof (SANE_Word);
in init_options()
739
po[
OPT_GAMMA_B
].cap =
in init_options()
741
po[
OPT_GAMMA_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
742
po[
OPT_GAMMA_B
].constraint.range = &gamma_range;
in init_options()
982
pss->options[
OPT_GAMMA_B
]
in control_options()
[all...]
H
A
D
canon_pp.h
85
#define
OPT_GAMMA_B
12
H
A
D
artec_eplus48u.c
2633
double gamma = SANE_UNFIX (s->val[
OPT_GAMMA_B
].w);
in calculateGammaBlue()
2853
s->opt[
OPT_GAMMA_B
].name = SANE_NAME_ANALOG_GAMMA_B;
in init_options()
2854
s->opt[
OPT_GAMMA_B
].title = SANE_TITLE_ANALOG_GAMMA_B;
in init_options()
2855
s->opt[
OPT_GAMMA_B
].desc = SANE_DESC_ANALOG_GAMMA_B;
in init_options()
2856
s->opt[
OPT_GAMMA_B
].type = SANE_TYPE_FIXED;
in init_options()
2857
s->opt[
OPT_GAMMA_B
].unit = SANE_UNIT_NONE;
in init_options()
2858
s->opt[
OPT_GAMMA_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
2859
s->opt[
OPT_GAMMA_B
].constraint.range = &gamma_range;
in init_options()
2860
s->val[
OPT_GAMMA_B
].w = SANE_FIX (s->dev->gamma_b);
in init_options()
4004
case
OPT_GAMMA_B
in sane_control_option()
[all...]
H
A
D
snapscan.h
297
OPT_GAMMA_B
, /* gamma correction (blue) */
enumerator
H
A
D
artec_eplus48u.h
98
OPT_GAMMA_B
,
enumerator
H
A
D
canon_pp.c
1691
cs->opt[
OPT_GAMMA_B
].caps |= SANE_CAP_ADVANCED;
in init_device()
Completed in 14 milliseconds