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_LIGHTCOLOR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
sharp.c
2134
s->opt[
OPT_LIGHTCOLOR
].name = "LightColor";
in init_options()
2135
s->opt[
OPT_LIGHTCOLOR
].title = "Light Color";
in init_options()
2136
s->opt[
OPT_LIGHTCOLOR
].desc = "Light Color";
in init_options()
2137
s->opt[
OPT_LIGHTCOLOR
].type = SANE_TYPE_STRING;
in init_options()
2138
s->opt[
OPT_LIGHTCOLOR
].size = max_string_size (light_color_list);
in init_options()
2139
s->opt[
OPT_LIGHTCOLOR
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2140
s->opt[
OPT_LIGHTCOLOR
].constraint.string_list = light_color_list;
in init_options()
2141
s->val[
OPT_LIGHTCOLOR
].s = strdup (light_color_list[3]);
in init_options()
2142
s->opt[
OPT_LIGHTCOLOR
].cap |= SANE_CAP_INACTIVE;
in init_options()
2145
light_color_list,
OPT_LIGHTCOLOR
,
in init_options()
[all...]
H
A
D
sharp.h
108
OPT_LIGHTCOLOR
,
enumerator
H
A
D
nec.h
109
OPT_LIGHTCOLOR
,
enumerator
H
A
D
nec.c
1705
light_color_list,
OPT_LIGHTCOLOR
, 3);
in init_options()
1706
s->opt[
OPT_LIGHTCOLOR
].cap |= SANE_CAP_INACTIVE;
in init_options()
2279
case
OPT_LIGHTCOLOR
:
in sane_control_option()
2338
s->opt[
OPT_LIGHTCOLOR
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2352
s->opt[
OPT_LIGHTCOLOR
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2366
s->opt[
OPT_LIGHTCOLOR
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2379
s->opt[
OPT_LIGHTCOLOR
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2394
s->opt[
OPT_LIGHTCOLOR
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2398
s->opt[
OPT_LIGHTCOLOR
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2412
case
OPT_LIGHTCOLOR
in sane_control_option()
[all...]
Completed in 9 milliseconds