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:n_colors
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan3.c
218
n_colors
;
member
1436
s->
n_colors
* s->logical_width * s->bytes_per_pixel;
in sane_get_parameters()
1556
xfer_len_line = s->
n_colors
* s->logical_width * s->bytes_per_pixel;
in sane_read()
1557
xfer_len_in = xfer_len_line + (s->
n_colors
* s->odd_padding);
in sane_read()
1569
__func__, s->
n_colors
, s->logical_width, s->bytes_per_pixel);
in sane_read()
1627
for (color = 0; color < s->
n_colors
; color++) {
in sane_read()
1629
* (s->
n_colors
* index + color);
in sane_read()
1645
int p8 = (sample_pass * s->
n_colors
+ color)
in sane_read()
1672
int p16 = 2 * ((sample_pass * s->
n_colors
+ color)
in sane_read()
2742
int i_color, colors = s->
n_colors
;
in cs3_get_exposure()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
webpinfo.c
478
int use_transform, block_size,
n_colors
;
in ParseLosslessTransform()
local
493
LL_GET_BITS(
n_colors
, 8);
in ParseLosslessTransform()
494
n_colors
+= 1;
in ParseLosslessTransform()
495
printf(" No. of colors: %d\n",
n_colors
);
in ParseLosslessTransform()
Completed in 8 milliseconds