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:GREYSCALE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
tamarack.c
366
case
GREYSCALE
:
in scan_area_and_windows()
414
case
GREYSCALE
:
in mode_select()
540
case
GREYSCALE
:
in get_image_status()
881
if ((s->mode == TRUECOLOR) || (s->mode ==
GREYSCALE
)) {
in reader_process()
1081
return
GREYSCALE
;
in make_mode()
1195
if (s->mode ==
GREYSCALE
) {
in sane_control_option()
1295
} else if (s->mode ==
GREYSCALE
) {
in sane_get_parameters()
1346
s->mode =
GREYSCALE
;
in sane_start()
H
A
D
coolscan.h
201
int colormode; /*
GREYSCALE
or RGB */
202
int colormode_p; /*
GREYSCALE
or RGB for preview */
203
#define
GREYSCALE
0x01
macro
H
A
D
tamarack.h
155
#define
GREYSCALE
2
macro
H
A
D
coolscan.c
597
if (s->colormode ==
GREYSCALE
)
in coolscan_set_window_param_LS20()
767
if (s->colormode ==
GREYSCALE
)
in coolscan_set_window_param_LS30()
954
s->colormode =
GREYSCALE
;
in coolscan_get_window_param_LS20()
1018
case
GREYSCALE
:
in coolscan_start_scanLS30()
1381
case
GREYSCALE
:
in scan_bytes_per_line()
1411
case
GREYSCALE
:
in write_bytes_per_line()
1755
s->colormode = RGB; /*
GREYSCALE
or RGB */
in coolscan_initialize_values()
1756
s->colormode_p = RGB; /*
GREYSCALE
or RGB for preview*/
in coolscan_initialize_values()
2665
else if((scanner->colormode==
GREYSCALE
)&&(scanner->LS>=2))
in reader_process()
3567
case
GREYSCALE
in sane_control_option()
[all...]
Completed in 7 milliseconds