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:pictures
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
c93.c
28
AVFrame *
pictures
[2];
member
54
av_frame_free(&c93->
pictures
[0]);
in decode_end()
55
av_frame_free(&c93->
pictures
[1]);
in decode_end()
65
s->
pictures
[0] = av_frame_alloc();
in decode_init()
66
s->
pictures
[1] = av_frame_alloc();
in decode_init()
67
if (!s->
pictures
[0] || !s->
pictures
[1])
in decode_init()
129
AVFrame * const newpic = c93->
pictures
[c93->currentpic];
in decode_frame()
130
AVFrame * const oldpic = c93->
pictures
[c93->currentpic^1];
in decode_frame()
/third_party/skia/tests/
H
A
D
AnimatedImageTest.cpp
252
std::vector<sk_sp<SkPicture>>
pictures
(frameCount);
in DEF_TEST()
259
pictures
[i].reset(animatedImage->newPictureSnapshot());
in DEF_TEST()
260
canvas.drawPicture(
pictures
[i]);
in DEF_TEST()
279
canvas.drawPicture(
pictures
[i]);
in DEF_TEST()
/third_party/skia/experimental/docs/
H
A
D
exampleSlides.js
316
var
pictures
= {
368
{ "draw":"
pictures
.xaxis", "paint":"paints.picture" },
369
{ "draw":"
pictures
.yaxis", "paint":"paints.picture" }
417
{ "draw":"
pictures
.trivialWedgeText", "paint":"paints.picture" }
420
{ "draw":"
pictures
.trivialWedgeSpans", "paint":"paints.picture" }
425
{ "draw":"
pictures
.sectorText" },
426
{ "draw":"
pictures
.xaxis" }
429
{ "draw":"
pictures
.yaxis" }
432
{ "draw":"
pictures
.sectorXYA" }
435
{ "draw":"
pictures
[all...]
Completed in 2 milliseconds