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:alpha_data_size_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
syntax_enc.c
85
PutLE32(alpha_chunk_hdr + TAG_SIZE, enc->
alpha_data_size_
);
in PutAlphaChunk()
91
if (!pic->writer(enc->alpha_data_, enc->
alpha_data_size_
, pic)) {
in PutAlphaChunk()
96
if ((enc->
alpha_data_size_
& 1) && !PutPaddingByte(pic)) {
in PutAlphaChunk()
296
enc->pic_->stats->alpha_data_size = (int)enc->
alpha_data_size_
;
in GeneratePartition0()
348
const uint32_t padded_alpha_size = enc->
alpha_data_size_
+
in VP8EncWrite()
349
(enc->
alpha_data_size_
& 1);
in VP8EncWrite()
H
A
D
alpha_enc.c
382
enc->
alpha_data_size_
= (uint32_t)alpha_size;
in CompressAlphaJob()
392
enc->
alpha_data_size_
= 0;
in VP8EncInitAlpha()
440
enc->
alpha_data_size_
= 0;
in VP8EncDeleteAlpha()
H
A
D
vp8i_enc.h
373
uint32_t
alpha_data_size_
;
member
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
alpha_dec.c
119
assert(deltas <= &dec->alpha_data_[dec->
alpha_data_size_
]);
in ALPHDecode()
194
if (!ALPHInit(dec->alph_dec_, dec->alpha_data_, dec->
alpha_data_size_
,
in VP8DecompressAlphaRows()
H
A
D
vp8i_dec.h
259
size_t
alpha_data_size_
;
member
H
A
D
idec_dec.c
146
assert(dec->
alpha_data_size_
>= ALPHA_HEADER_LEN);
in DoRemap()
149
dec->
alpha_data_size_
- ALPHA_HEADER_LEN);
in DoRemap()
334
dec->
alpha_data_size_
= headers.alpha_data_size;
in DecodeWebPHeaders()
H
A
D
webp_dec.c
473
dec->
alpha_data_size_
= headers.alpha_data_size;
in DecodeInto()
Completed in 7 milliseconds