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:color_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
avision.h
435
SANE_String_Const
color_list
[AV_COLOR_MODE_LAST + 1];
member
H
A
D
avision.c
2742
if (dev->
color_list
[i] == 0) {
in add_color_mode()
2743
dev->
color_list
[i] = strdup (name);
in add_color_mode()
2746
} else if (strcmp (dev->
color_list
[i], name) == 0) {
in add_color_mode()
2761
while (dev->
color_list
[i] != 0 && i < AV_COLOR_MODE_LAST)
in last_color_mode()
2778
if (dev->
color_list
[i] != 0 && strcmp (dev->
color_list
[i], name) == 0) {
in match_color_mode()
7013
s->opt[OPT_MODE].size = (SANE_Int) max_string_size (dev->
color_list
);
in init_options()
7015
s->opt[OPT_MODE].constraint.string_list = dev->
color_list
;
in init_options()
7016
s->val[OPT_MODE].s = strdup (dev->
color_list
[dev->color_list_default]);
in init_options()
H
A
D
epson.c
606
* one array for the strings that get displayed in the user interface (
color_list
[])
628
static const SANE_String_Const
color_list
[] = {
variable
3038
s->opt[OPT_COLOR_CORRECTION].constraint.string_list =
color_list
;
in init_options()
Completed in 21 milliseconds