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_ANALOG_GAMMA
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan.h
70
OPT_ANALOG_GAMMA
,
enumerator
H
A
D
microtek.c
906
double gamma = SANE_UNFIX(ms->val[
OPT_ANALOG_GAMMA
].w);
in download_gamma()
1361
sod[
OPT_ANALOG_GAMMA
].name = SANE_NAME_ANALOG_GAMMA;
in init_options()
1362
sod[
OPT_ANALOG_GAMMA
].title = SANE_TITLE_ANALOG_GAMMA;
in init_options()
1363
sod[
OPT_ANALOG_GAMMA
].desc = SANE_DESC_ANALOG_GAMMA;
in init_options()
1364
sod[
OPT_ANALOG_GAMMA
].type = SANE_TYPE_FIXED;
in init_options()
1365
sod[
OPT_ANALOG_GAMMA
].unit = SANE_UNIT_NONE;
in init_options()
1366
sod[
OPT_ANALOG_GAMMA
].size = sizeof(SANE_Word);
in init_options()
1367
sod[
OPT_ANALOG_GAMMA
].cap |= SANE_CAP_INACTIVE;
in init_options()
1368
sod[
OPT_ANALOG_GAMMA
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1369
sod[
OPT_ANALOG_GAMMA
]
in init_options()
[all...]
H
A
D
umax.h
117
OPT_ANALOG_GAMMA
, /* analog gamma */
enumerator
H
A
D
microtek.h
95
OPT_ANALOG_GAMMA
,
enumerator
H
A
D
umax.c
1089
scanner->opt[
OPT_ANALOG_GAMMA
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1113
scanner->opt[
OPT_ANALOG_GAMMA
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5437
scanner->opt[
OPT_ANALOG_GAMMA
].name = SANE_NAME_ANALOG_GAMMA;
in init_options()
5438
scanner->opt[
OPT_ANALOG_GAMMA
].title = SANE_TITLE_ANALOG_GAMMA;
in init_options()
5439
scanner->opt[
OPT_ANALOG_GAMMA
].desc = SANE_DESC_ANALOG_GAMMA;
in init_options()
5440
scanner->opt[
OPT_ANALOG_GAMMA
].type = SANE_TYPE_FIXED;
in init_options()
5441
scanner->opt[
OPT_ANALOG_GAMMA
].unit = SANE_UNIT_NONE;
in init_options()
5442
scanner->opt[
OPT_ANALOG_GAMMA
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5443
scanner->opt[
OPT_ANALOG_GAMMA
].constraint.range = &(scanner->device->analog_gamma_range);
in init_options()
5444
scanner->val[
OPT_ANALOG_GAMMA
]
in init_options()
[all...]
H
A
D
coolscan.c
2888
scanner->opt[
OPT_ANALOG_GAMMA
].name = "analog_gamma";
in init_options()
2889
scanner->opt[
OPT_ANALOG_GAMMA
].title = "Analog Gamma";
in init_options()
2890
scanner->opt[
OPT_ANALOG_GAMMA
].desc = "Analog Gamma";
in init_options()
2891
scanner->opt[
OPT_ANALOG_GAMMA
].type = SANE_TYPE_BOOL;
in init_options()
2892
scanner->opt[
OPT_ANALOG_GAMMA
].unit = SANE_UNIT_NONE;
in init_options()
2895
scanner->opt[
OPT_ANALOG_GAMMA
].cap = SANE_CAP_INACTIVE;
in init_options()
3598
case
OPT_ANALOG_GAMMA
:
in sane_control_option()
3679
case
OPT_ANALOG_GAMMA
:
in sane_control_option()
Completed in 16 milliseconds