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_HIGHLIGHT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek.c
1284
sod[
OPT_HIGHLIGHT
].name = SANE_NAME_WHITE_LEVEL;
in init_options()
1285
sod[
OPT_HIGHLIGHT
].title = SANE_TITLE_WHITE_LEVEL;
in init_options()
1286
sod[
OPT_HIGHLIGHT
].desc = SANE_DESC_WHITE_LEVEL;
in init_options()
1287
sod[
OPT_HIGHLIGHT
].type = SANE_TYPE_INT;
in init_options()
1288
sod[
OPT_HIGHLIGHT
].unit = SANE_UNIT_NONE;
in init_options()
1289
sod[
OPT_HIGHLIGHT
].size = sizeof(SANE_Word);
in init_options()
1290
sod[
OPT_HIGHLIGHT
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1291
sod[
OPT_HIGHLIGHT
].constraint.range = &u8_range;
in init_options()
1292
val[
OPT_HIGHLIGHT
].w = 255;
in init_options()
1305
sod[
OPT_HIGHLIGHT
]
in init_options()
[all...]
H
A
D
umax.h
107
OPT_HIGHLIGHT
, /* highlight */
enumerator
H
A
D
microtek.h
89
OPT_HIGHLIGHT
, /* -l */
enumerator
H
A
D
microtek2.c
2283
val[
OPT_HIGHLIGHT
].w = MD_HIGHLIGHT_DEFAULT;
in init_options()
2668
sod[
OPT_HIGHLIGHT
].name = SANE_NAME_HIGHLIGHT;
in init_options()
2669
sod[
OPT_HIGHLIGHT
].title = SANE_TITLE_HIGHLIGHT;
in init_options()
2670
sod[
OPT_HIGHLIGHT
].desc = SANE_DESC_HIGHLIGHT;
in init_options()
2671
sod[
OPT_HIGHLIGHT
].type = SANE_TYPE_INT;
in init_options()
2672
sod[
OPT_HIGHLIGHT
].size = sizeof(SANE_Int);
in init_options()
2673
sod[
OPT_HIGHLIGHT
].constraint.range = &md->highlight_range;
in init_options()
2863
sod[
OPT_HIGHLIGHT
].cap &= ~SANE_CAP_INACTIVE;
in set_option_dependencies()
2890
sod[
OPT_HIGHLIGHT
].cap &= ~SANE_CAP_INACTIVE;
in set_option_dependencies()
2917
sod[
OPT_HIGHLIGHT
]
in set_option_dependencies()
[all...]
H
A
D
umax.c
1096
scanner->opt[
OPT_HIGHLIGHT
].cap |= SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
1120
scanner->opt[
OPT_HIGHLIGHT
].cap &= ~SANE_CAP_INACTIVE;
in umax_set_rgb_bind()
5360
scanner->opt[
OPT_HIGHLIGHT
].name = SANE_NAME_HIGHLIGHT;
in init_options()
5361
scanner->opt[
OPT_HIGHLIGHT
].title = SANE_TITLE_HIGHLIGHT;
in init_options()
5362
scanner->opt[
OPT_HIGHLIGHT
].desc = SANE_DESC_HIGHLIGHT;
in init_options()
5363
scanner->opt[
OPT_HIGHLIGHT
].type = SANE_TYPE_FIXED;
in init_options()
5364
scanner->opt[
OPT_HIGHLIGHT
].unit = SANE_UNIT_PERCENT;
in init_options()
5365
scanner->opt[
OPT_HIGHLIGHT
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
5366
scanner->opt[
OPT_HIGHLIGHT
].constraint.range = &percentage_range_100;
in init_options()
5367
scanner->val[
OPT_HIGHLIGHT
]
in init_options()
[all...]
H
A
D
microtek2.h
560
OPT_HIGHLIGHT
,
enumerator
Completed in 19 milliseconds