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:SkAnimCodecPlayer
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/utils/
H
A
D
SkAnimCodecPlayer.cpp
12
#include "include/utils/
SkAnimCodecPlayer
.h"
17
SkAnimCodecPlayer
::
SkAnimCodecPlayer
(std::unique_ptr<SkCodec> codec) : fCodec(std::move(codec)) {
in SkAnimCodecPlayer()
function in SkAnimCodecPlayer
39
SkAnimCodecPlayer
::~
SkAnimCodecPlayer
() {}
in ~SkAnimCodecPlayer()
41
SkISize
SkAnimCodecPlayer
::dimensions() const {
in dimensions()
52
sk_sp<SkImage>
SkAnimCodecPlayer
::getFrameAt(int index) {
in getFrameAt()
116
sk_sp<SkImage>
SkAnimCodecPlayer
::getFrame() {
in getFrame()
124
bool
SkAnimCodecPlayer
::seek(uint32_t msec) {
in seek()
/third_party/skia/include/utils/
H
A
D
SkAnimCodecPlayer.h
15
class
SkAnimCodecPlayer
{
class
17
SkAnimCodecPlayer
(std::unique_ptr<SkCodec> codec);
18
~
SkAnimCodecPlayer
();
/third_party/skia/modules/skresources/include/
H
A
D
SkResources.h
23
class
SkAnimCodecPlayer
;
92
explicit MultiFrameImageAsset(std::unique_ptr<
SkAnimCodecPlayer
>, bool predecode);
96
std::unique_ptr<
SkAnimCodecPlayer
> fPlayer;
/third_party/skia/gm/
H
A
D
animated_gif.cpp
19
#include "include/utils/
SkAnimCodecPlayer
.h"
186
std::vector<std::unique_ptr<
SkAnimCodecPlayer
> > fPlayers;
199
fPlayers.push_back(std::make_unique<
SkAnimCodecPlayer
>(std::move(codec)));
in AnimCodecPlayerGM()
236
std::unique_ptr<
SkAnimCodecPlayer
> fPlayer;
246
fPlayer = std::make_unique<
SkAnimCodecPlayer
>(std::move(codec));
in init()
/third_party/skia/modules/skresources/src/
H
A
D
SkResources.cpp
15
#include "include/utils/
SkAnimCodecPlayer
.h"
108
new MultiFrameImageAsset(std::make_unique<
SkAnimCodecPlayer
>(std::move(codec)),
in Make()
115
MultiFrameImageAsset::MultiFrameImageAsset(std::unique_ptr<
SkAnimCodecPlayer
> player,
in MultiFrameImageAsset()
/third_party/skia/tests/
H
A
D
CodecAnimTest.cpp
20
#include "include/utils/
SkAnimCodecPlayer
.h"
555
//
SkAnimCodecPlayer
relies on the fact that these matrices are invertible.
in DEF_TEST()
596
auto player = std::make_unique<
SkAnimCodecPlayer
>(std::move(codec));
in DEF_TEST()
Completed in 4 milliseconds