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_SHARPEN
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
agfafocus.c
1256
s->opt[
OPT_SHARPEN
].name = "sharpen";
in init_options()
1257
s->opt[
OPT_SHARPEN
].title = "Sharpening";
in init_options()
1258
s->opt[
OPT_SHARPEN
].desc = "Controls the sharpening that will be "
in init_options()
1260
s->opt[
OPT_SHARPEN
].type = SANE_TYPE_INT;
in init_options()
1261
s->opt[
OPT_SHARPEN
].unit = SANE_UNIT_NONE;
in init_options()
1262
s->opt[
OPT_SHARPEN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1263
s->opt[
OPT_SHARPEN
].constraint.range = &sharpen_range;
in init_options()
1264
s->val[
OPT_SHARPEN
].w = 1;
in init_options()
1448
case
OPT_SHARPEN
:
in sane_control_option()
1489
case
OPT_SHARPEN
in sane_control_option()
[all...]
H
A
D
agfafocus.h
69
OPT_SHARPEN
, /* sharpening */
enumerator
H
A
D
pieusb_specific.c
706
scanner->opt[
OPT_SHARPEN
].name = "sharpen";
in sanei_pieusb_init_options()
707
scanner->opt[
OPT_SHARPEN
].title = "Sharpen scan";
in sanei_pieusb_init_options()
708
scanner->opt[
OPT_SHARPEN
].desc = "Sharpen scan by taking more time to discharge the CCD.";
in sanei_pieusb_init_options()
709
scanner->opt[
OPT_SHARPEN
].type = SANE_TYPE_BOOL;
in sanei_pieusb_init_options()
710
scanner->opt[
OPT_SHARPEN
].unit = SANE_UNIT_NONE;
in sanei_pieusb_init_options()
711
scanner->opt[
OPT_SHARPEN
].constraint_type = SANE_CONSTRAINT_NONE;
in sanei_pieusb_init_options()
712
scanner->val[
OPT_SHARPEN
].b = SANE_FALSE;
in sanei_pieusb_init_options()
713
scanner->opt[
OPT_SHARPEN
].cap |= SANE_CAP_SOFT_SELECT;
in sanei_pieusb_init_options()
1508
if (scanner->val[
OPT_SHARPEN
].b) {
in sanei_pieusb_analyse_options()
1509
DBG (DBG_info_sane, "Option %s = %d ignored during preview\n", scanner->opt[
OPT_SHARPEN
]
in sanei_pieusb_analyse_options()
[all...]
H
A
D
pieusb_specific.h
129
OPT_SHARPEN
, /* create a sharper scan at the cost of scan time */
enumerator
H
A
D
pieusb.c
587
case
OPT_SHARPEN
:
in sane_control_option()
671
case
OPT_SHARPEN
:
in sane_control_option()
/third_party/backends/backend/escl/
H
A
D
escl.c
1072
s->opt[
OPT_SHARPEN
].name = SANE_NAME_SHARPEN;
in init_options()
1073
s->opt[
OPT_SHARPEN
].title = SANE_TITLE_SHARPEN;
in init_options()
1074
s->opt[
OPT_SHARPEN
].desc = SANE_DESC_SHARPEN;
in init_options()
1075
s->opt[
OPT_SHARPEN
].type = SANE_TYPE_INT;
in init_options()
1076
s->opt[
OPT_SHARPEN
].unit = SANE_UNIT_NONE;
in init_options()
1077
s->opt[
OPT_SHARPEN
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1079
s->opt[
OPT_SHARPEN
].constraint.range = &s->sharpen_range;
in init_options()
1080
s->val[
OPT_SHARPEN
].w = s->scanner->sharpen->value;
in init_options()
1087
s->opt[
OPT_SHARPEN
].constraint.range = ⦥
in init_options()
1088
s->val[
OPT_SHARPEN
]
in init_options()
[all...]
H
A
D
escl.h
214
OPT_SHARPEN
,
enumerator
Completed in 11 milliseconds