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_GREEN_GAIN
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
lexmark.c
308
dev->opt[
OPT_GREEN_GAIN
].name = "green-gain";
in init_options()
309
dev->opt[
OPT_GREEN_GAIN
].title = SANE_I18N ("Green gain");
in init_options()
310
dev->opt[
OPT_GREEN_GAIN
].desc = SANE_I18N ("Sets green channel gain");
in init_options()
311
dev->opt[
OPT_GREEN_GAIN
].type = SANE_TYPE_INT;
in init_options()
312
dev->opt[
OPT_GREEN_GAIN
].cap =
in init_options()
315
dev->opt[
OPT_GREEN_GAIN
].unit = SANE_UNIT_NONE;
in init_options()
316
dev->opt[
OPT_GREEN_GAIN
].size = sizeof (SANE_Int);
in init_options()
317
dev->opt[
OPT_GREEN_GAIN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
318
dev->opt[
OPT_GREEN_GAIN
].constraint.range = &gain_range;
in init_options()
319
dev->val[
OPT_GREEN_GAIN
]
in init_options()
[all...]
H
A
D
umax_pp.c
735
dev->opt[
OPT_GREEN_GAIN
].name = "green-gain";
in init_options()
736
dev->opt[
OPT_GREEN_GAIN
].title = SANE_I18N ("Green gain");
in init_options()
737
dev->opt[
OPT_GREEN_GAIN
].desc = SANE_I18N ("Sets green channel gain");
in init_options()
738
dev->opt[
OPT_GREEN_GAIN
].type = SANE_TYPE_INT;
in init_options()
739
dev->opt[
OPT_GREEN_GAIN
].cap |= SANE_CAP_INACTIVE | SANE_CAP_ADVANCED;
in init_options()
740
dev->opt[
OPT_GREEN_GAIN
].unit = SANE_UNIT_NONE;
in init_options()
741
dev->opt[
OPT_GREEN_GAIN
].size = sizeof (SANE_Int);
in init_options()
742
dev->opt[
OPT_GREEN_GAIN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
743
dev->opt[
OPT_GREEN_GAIN
].constraint.range = &u4_range;
in init_options()
744
dev->val[
OPT_GREEN_GAIN
]
in init_options()
[all...]
H
A
D
umax_pp.h
81
OPT_GREEN_GAIN
,
enumerator
H
A
D
lexmark.h
90
OPT_GREEN_GAIN
,
enumerator
H
A
D
lexmark_low.c
5991
dev->gain.green = dev->val[
OPT_GREEN_GAIN
].w;
in sanei_lexmark_low_calibration()
Completed in 9 milliseconds