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_GRAY_GAIN
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
lexmark.c
280
dev->opt[
OPT_GRAY_GAIN
].name = "gray-gain";
in init_options()
281
dev->opt[
OPT_GRAY_GAIN
].title = SANE_I18N ("Gray gain");
in init_options()
282
dev->opt[
OPT_GRAY_GAIN
].desc = SANE_I18N ("Sets gray channel gain");
in init_options()
283
dev->opt[
OPT_GRAY_GAIN
].type = SANE_TYPE_INT;
in init_options()
284
dev->opt[
OPT_GRAY_GAIN
].cap =
in init_options()
287
dev->opt[
OPT_GRAY_GAIN
].unit = SANE_UNIT_NONE;
in init_options()
288
dev->opt[
OPT_GRAY_GAIN
].size = sizeof (SANE_Int);
in init_options()
289
dev->opt[
OPT_GRAY_GAIN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
290
dev->opt[
OPT_GRAY_GAIN
].constraint.range = &gain_range;
in init_options()
291
dev->val[
OPT_GRAY_GAIN
]
in init_options()
[all...]
H
A
D
umax_pp.c
711
dev->opt[
OPT_GRAY_GAIN
].name = "gray-gain";
in init_options()
712
dev->opt[
OPT_GRAY_GAIN
].title = SANE_I18N ("Gray gain");
in init_options()
713
dev->opt[
OPT_GRAY_GAIN
].desc = SANE_I18N ("Sets gray channel gain");
in init_options()
714
dev->opt[
OPT_GRAY_GAIN
].type = SANE_TYPE_INT;
in init_options()
715
dev->opt[
OPT_GRAY_GAIN
].cap |= SANE_CAP_INACTIVE | SANE_CAP_ADVANCED;
in init_options()
716
dev->opt[
OPT_GRAY_GAIN
].unit = SANE_UNIT_NONE;
in init_options()
717
dev->opt[
OPT_GRAY_GAIN
].size = sizeof (SANE_Int);
in init_options()
718
dev->opt[
OPT_GRAY_GAIN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
719
dev->opt[
OPT_GRAY_GAIN
].constraint.range = &u4_range;
in init_options()
720
dev->val[
OPT_GRAY_GAIN
]
in init_options()
[all...]
H
A
D
umax_pp.h
79
OPT_GRAY_GAIN
,
enumerator
H
A
D
lexmark.h
88
OPT_GRAY_GAIN
,
enumerator
H
A
D
lexmark_low.c
5995
dev->gain.gray = dev->val[
OPT_GRAY_GAIN
].w;
in sanei_lexmark_low_calibration()
Completed in 12 milliseconds