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:default_color
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/escl/
H
A
D
escl.c
717
s->scanner->caps[s->scanner->source].
default_color
=
in init_options_small()
718
strdup(s->scanner->caps[source].
default_color
);
in init_options_small()
765
if (s->scanner->caps[s->scanner->source].
default_color
) {
in init_options_small()
767
if (!strcmp(s->scanner->caps[s->scanner->source].
default_color
, "Grayscale8"))
in init_options_small()
769
else if (!strcmp(s->scanner->caps[s->scanner->source].
default_color
, "BlackAndWhite1"))
in init_options_small()
781
if (!s->scanner->caps[s->scanner->source].
default_color
|| found == 0) {
in init_options_small()
782
if (s->scanner->caps[s->scanner->source].
default_color
)
in init_options_small()
783
free(s->scanner->caps[s->scanner->source].
default_color
);
in init_options_small()
786
s->scanner->caps[s->scanner->source].
default_color
= strdup("Grayscale8");
in init_options_small()
788
s->scanner->caps[s->scanner->source].
default_color
in init_options_small()
[all...]
H
A
D
escl.h
114
SANE_String
default_color
;
member
H
A
D
escl_newjob.c
275
scanner->caps[scanner->source].
default_color
,
in escl_newjob()
/third_party/cups-filters/cupsfilters/
H
A
D
ppdgenerator.c
2799
const char *
default_color
= NULL; /* Default */
in ppdCreateFromIPP2()
local
2807
default_color
= "FastGray";
in ppdCreateFromIPP2()
2810
default_color
= "Gray";
in ppdCreateFromIPP2()
2812
default_color
= "RGB";
in ppdCreateFromIPP2()
2839
if (!
default_color
)
in ppdCreateFromIPP2()
2840
default_color
= "FastGray";
in ppdCreateFromIPP2()
2862
if (!
default_color
|| (!defattr && !strcmp(
default_color
, "FastGray")))
in ppdCreateFromIPP2()
2863
default_color
= "Gray";
in ppdCreateFromIPP2()
2878
if (!
default_color
|| (!defatt
in ppdCreateFromIPP2()
[all...]
/third_party/cups-filters/utils/
H
A
D
cups-browsed.c
2948
const char **
default_color
)
in get_cluster_default_attributes()
3109
*
default_color
= NULL;
in get_cluster_default_attributes()
3115
if (!*
default_color
)
in get_cluster_default_attributes()
3116
*
default_color
= "FastGray";
in get_cluster_default_attributes()
3121
if (!*
default_color
|| !strcmp(*
default_color
, "FastGray"))
in get_cluster_default_attributes()
3122
*
default_color
= "Gray";
in get_cluster_default_attributes()
3126
if (!*
default_color
|| !strcmp(*
default_color
, "FastGray"))
in get_cluster_default_attributes()
3127
*
default_color
in get_cluster_default_attributes()
2945
get_cluster_default_attributes(ipp_t** merged_attributes, char* cluster_name, char* default_pagesize, const char **
default_color
)
get_cluster_default_attributes()
argument
7691
const char *
default_color
= NULL;
update_cups_queues()
local
[all...]
Completed in 14 milliseconds