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:three_pass
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pnm.c
69
static int
three_pass
= 0;
variable
747
three_pass
= !!*(SANE_Word *) value;
in sane_control_option()
948
*(SANE_Word *) value =
three_pass
;
in sane_control_option()
1078
if (
three_pass
)
in getparmfromfile()
1139
if (!
three_pass
|| ++pass >= 3)
in sane_start()
1225
if (ppm_type == ppm_color && (gray ||
three_pass
))
in sane_read()
H
A
D
umax.h
242
int
three_pass
; /* used in RGB-mode if 3-pass => 1 */
member
H
A
D
umax.c
1778
if ( (dev->colormode == RGB) && (dev->
three_pass
!= 0) ) /* 3 pass color */
in umax_send_gamma_data()
1827
if ( (dev->colormode == RGB) && (dev->
three_pass
!= 0) ) /* 3 pass color */
in umax_send_gamma_data()
1849
if ( (dev->colormode == RGB) && (dev->
three_pass
!= 0) ) /* 3 pass color */
in umax_send_gamma_data()
2212
if (dev->
three_pass
== 0)
in umax_set_window_param()
2319
} /* if (single_pass) else (
three_pass
) */
in umax_set_window_param()
3496
if (dev->
three_pass
)
in umax_check_values()
3507
if (dev->
three_pass
) /* three (24bpp) or six (30bpp) bytes per pixel */
in umax_check_values()
3924
dev->
three_pass
=1;
in umax_check_values()
3933
if ( (dev->colormode != RGB) || (dev->
three_pass
!= 0) )
in umax_check_values()
4385
dev->
three_pass
in umax_initialize_values()
[all...]
Completed in 8 milliseconds