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:getFrameCount
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkCodecImageGenerator.h
64
int
getFrameCount
() { return fCodec->
getFrameCount
(); }
in getFrameCount()
function in SkCodecImageGenerator
70
* so it should be called after
getFrameCount
() to parse any frames that
H
A
D
SkCodec.cpp
765
const int frameCount = this->
getFrameCount
();
in getFrameInfo()
/third_party/skia/experimental/wasm-skp-debugger/
H
A
D
externs.js
43
getFrameCount
: function() {},
H
A
D
debugger_bindings.cpp
211
int
getFrameCount
() const {
in getFrameCount()
function in SkpDebugPlayer
553
.function("
getFrameCount
", &SkpDebugPlayer::
getFrameCount
)
in EMSCRIPTEN_BINDINGS()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H
A
D
SkottieAnimation.java
33
public double
getFrameCount
() {
in getFrameCount()
method in SkottieAnimation
/third_party/skia/tests/
H
A
D
WebpTest.cpp
31
for (int i = 0; i < codec->
getFrameCount
(); i++) {
in DEF_TEST()
H
A
D
GifTest.cpp
415
REPORTER_ASSERT(r, codec->
getFrameCount
() == 1);
in DEF_TEST()
423
REPORTER_ASSERT(r, codec->
getFrameCount
() == 0);
in DEF_TEST()
626
REPORTER_ASSERT(r, codec->
getFrameCount
() == 2);
in DEF_TEST()
H
A
D
CodecAnimTest.cpp
318
frameCount = codec->
getFrameCount
();
in DEF_TEST()
510
for (int i = 0; i < codec->codec()->
getFrameCount
(); ++i) {
in test_animated_AndroidCodec()
H
A
D
AnimatedImageTest.cpp
237
const int frameCount = codec->
getFrameCount
();
in DEF_TEST()
H
A
D
CodecPartialTest.cpp
102
// This imitates how Chromium calls
getFrameCount
before resuming a decode.
in test_partial()
103
partialCodec->
getFrameCount
();
in test_partial()
/third_party/skia/include/android/
H
A
D
SkAnimatedImage.h
111
int
getFrameCount
() const { return fFrameCount; }
in getFrameCount()
function in SkAnimatedImage
/third_party/skia/tools/
H
A
D
convert-to-nia.cpp
150
const int frameCount = codec->
getFrameCount
();
in main()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H
A
D
SkottieView.java
184
double totalFrames = mRenderer.getAnimation().
getFrameCount
();
in seekFrame()
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
62
, fFrameCount(fCodec->codec()->
getFrameCount
())
in SkAnimatedImage()
/third_party/skia/include/codec/
H
A
D
SkCodec.h
605
int
getFrameCount
() {
in getFrameCount()
function in SkCodec
688
* so it should be called after
getFrameCount
() to parse any frames that
/third_party/skia/modules/canvaskit/
H
A
D
externs.js
195
getFrameCount
: function() {},
H
A
D
canvaskit_bindings.cpp
898
.function("
getFrameCount
", &SkAnimatedImage::
getFrameCount
)
in EMSCRIPTEN_BINDINGS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
FrameCapture.h
450
uint32_t
getFrameCount
() const;
H
A
D
FrameCapture.cpp
6039
uint32_t FrameCaptureShared::
getFrameCount
() const
in getFrameCount()
function in angle::FrameCaptureShared
6101
unsigned int frameCount =
getFrameCount
();
in writeJSON()
6250
for (uint32_t frameIndex = 1; frameIndex <=
getFrameCount
(); ++frameIndex)
in writeCppReplayIndexFiles()
6294
uint32_t frameCount =
getFrameCount
();
in writeMainContextCppReplay()
Completed in 27 milliseconds