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:kNumChannels
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
anim_util.c
34
static const int
kNumChannels
= 4;
variable
56
(uint64_t)image->canvas_width *
kNumChannels
* image->canvas_height;
in AllocateFrames()
97
memset(rgba, 0, canvas_width *
kNumChannels
* canvas_height);
in ZeroFillCanvas()
104
assert(width *
kNumChannels
<= rgba_stride);
in ZeroFillFrameRect()
105
rgba += y_offset * rgba_stride + x_offset *
kNumChannels
;
in ZeroFillFrameRect()
107
memset(rgba, 0, width *
kNumChannels
);
in ZeroFillFrameRect()
116
memcpy(dst, src, width *
kNumChannels
* height);
in CopyCanvas()
124
const int width_in_bytes = width *
kNumChannels
;
in CopyFrameRectangle()
125
const size_t offset = y_offset * stride + x_offset *
kNumChannels
;
in CopyFrameRectangle()
191
if (fwrite(row, canvas_width *
kNumChannels
,
in DumpFrame()
[all...]
/third_party/skia/modules/particles/include/
H
A
D
SkParticleData.h
36
kNumChannels
,
enumerator
39
SkAutoTMalloc<float> fData[
kNumChannels
];
/third_party/skia/modules/particles/src/
H
A
D
SkParticleEffect.cpp
337
void* args[SkParticles::
kNumChannels
in runParticleScript()
342
for (int i = 0; i < SkParticles::
kNumChannels
; ++i) {
in runParticleScript()
392
for (int j = 0; j < SkParticles::
kNumChannels
; ++j) {
in advanceTime()
496
for (int i = 0; i < SkParticles::
kNumChannels
; ++i) {
in setCapacity()
Completed in 2 milliseconds