Home
last modified time | relevance | path

Searched refs:seekFrame (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/canvaskit/
Dskottie_bindings.cpp112 SkRect seekFrame(double t) { in seekFrame() function in __anon6cb6ab8f0111::ManagedAnimation
114 fAnimation->seekFrame(t, &ic); in seekFrame()
196 self.seekFrame(t); in EMSCRIPTEN_BINDINGS()
219 .function("seekFrame" , &ManagedAnimation::seekFrame) in EMSCRIPTEN_BINDINGS()
/external/skqp/src/codec/
DSkWuffsCodec.cpp188 Result seekFrame(int frameIndex);
388 SkCodec::Result result = this->seekFrame(options.fFrameIndex); in onStartIncrementalDecode()
638 if (this->seekFrame(i) != SkCodec::kSuccess) { in readFrames()
665 SkCodec::Result SkWuffsCodec::seekFrame(int frameIndex) { in seekFrame() function in SkWuffsCodec
/external/skia/modules/skottie/include/
DSkottie.h192 void seekFrame(double t, sksg::InvalidationController* ic = nullptr);
/external/skia/tools/
Dskottie2movie.cpp33 anim->seekFrame(frame); in produce_frame()
/external/skia/modules/skottie/src/
DSkottie.cpp476 void Animation::seekFrame(double t, sksg::InvalidationController* ic) { in seekFrame() function in skottie::Animation
489 this->seekFrame(t * fFPS, ic); in seekFrameTime()
DSkottieTool.cpp349 anim->seekFrame(frame0 + i * fps_scale); in main()
/external/skia/src/codec/
DSkWuffsCodec.cpp279 Result seekFrame(WhichDecoder which, int frameIndex);
471 SkCodec::Result result = this->seekFrame(WhichDecoder::kIncrDecode, options.fFrameIndex); in onStartIncrementalDecode()
872 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame() function in SkWuffsCodec
/external/skia/tools/viewer/
DSkottieSlide.cpp207 fAnimation->seekFrame(fCurrentFrame); in animate()