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:sprites
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/examples/
H
A
D
simpleover.c
398
struct sprite
sprites
[csprites];
in simpleover_process()
local
412
sprites
[nsprites].width =
sprites
[nsprites].height = 0;
in simpleover_process()
413
sprites
[nsprites].name[0] = 0;
in simpleover_process()
416
&
sprites
[nsprites].width, &
sprites
[nsprites].height,
in simpleover_process()
417
sprites
[nsprites].name, &tombstone);
in simpleover_process()
420
sprites
[nsprites].width > 0 &&
sprites
[nsprites].height > 0)
in simpleover_process()
425
if (
sprites
[nsprite
in simpleover_process()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
56
CDToonsSprite
sprites
[CDTOONS_MAX_SPRITES];
member
197
/* read new
sprites
introduced in this frame */
in cdtoons_decode_frame()
212
if (c->
sprites
[sprite_id].active) {
in cdtoons_decode_frame()
218
c->
sprites
[sprite_id].flags = bytestream_get_be16(&buf);
in cdtoons_decode_frame()
226
c->
sprites
[sprite_id].size = size;
in cdtoons_decode_frame()
227
c->
sprites
[sprite_id].owner_frame = frame_id;
in cdtoons_decode_frame()
228
c->
sprites
[sprite_id].start_frame = bytestream_get_be16(&buf);
in cdtoons_decode_frame()
229
c->
sprites
[sprite_id].end_frame = bytestream_get_be16(&buf);
in cdtoons_decode_frame()
235
av_fast_padded_malloc(&c->
sprites
[sprite_id].data, &c->
sprites
[sprite_i
in cdtoons_decode_frame()
[all...]
Completed in 2 milliseconds