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_MANUAL_GAIN
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
lexmark.c
270
dev->opt[
OPT_MANUAL_GAIN
].name = "manual-channel-gain";
in init_options()
271
dev->opt[
OPT_MANUAL_GAIN
].title = SANE_I18N ("Gain");
in init_options()
272
dev->opt[
OPT_MANUAL_GAIN
].desc = SANE_I18N ("Color channels gain settings");
in init_options()
273
dev->opt[
OPT_MANUAL_GAIN
].type = SANE_TYPE_BOOL;
in init_options()
274
dev->opt[
OPT_MANUAL_GAIN
].cap =
in init_options()
276
dev->opt[
OPT_MANUAL_GAIN
].size = sizeof (SANE_Bool);
in init_options()
277
dev->val[
OPT_MANUAL_GAIN
].w = SANE_FALSE;
in init_options()
756
if (lexmark_device->val[
OPT_MANUAL_GAIN
].w == SANE_TRUE)
in calc_parameters()
927
case
OPT_MANUAL_GAIN
:
in sane_control_option()
930
if (w == lexmark_device->val[
OPT_MANUAL_GAIN
]
in sane_control_option()
[all...]
H
A
D
umax_pp.c
703
dev->opt[
OPT_MANUAL_GAIN
].name = "manual-channel-gain";
in init_options()
704
dev->opt[
OPT_MANUAL_GAIN
].title = SANE_I18N ("Gain");
in init_options()
705
dev->opt[
OPT_MANUAL_GAIN
].desc = SANE_I18N ("Color channels gain settings");
in init_options()
706
dev->opt[
OPT_MANUAL_GAIN
].type = SANE_TYPE_BOOL;
in init_options()
707
dev->opt[
OPT_MANUAL_GAIN
].cap |= SANE_CAP_ADVANCED;
in init_options()
708
dev->val[
OPT_MANUAL_GAIN
].w = SANE_FALSE;
in init_options()
1384
case
OPT_MANUAL_GAIN
:
in sane_control_option()
1642
case
OPT_MANUAL_GAIN
:
in sane_control_option()
1645
if (w == dev->val[
OPT_MANUAL_GAIN
].w)
in sane_control_option()
1651
dev->val[
OPT_MANUAL_GAIN
]
in sane_control_option()
[all...]
H
A
D
umax_pp.h
78
OPT_MANUAL_GAIN
,
enumerator
H
A
D
lexmark.h
87
OPT_MANUAL_GAIN
, /* 6 */
enumerator
H
A
D
lexmark_low.c
5986
if (dev->val[
OPT_MANUAL_GAIN
].w == SANE_TRUE)
in sanei_lexmark_low_calibration()
Completed in 11 milliseconds