Home
last modified time | relevance | path

Searched refs:seekFrameTime (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/modules/skottie/include/
DSkottie.h224 this->seekFrameTime(t * this->duration(), ic);
242 void seekFrameTime(double t, sksg::InvalidationController* = nullptr);
/third_party/skia/modules/skottie/tests/
DExpression.cpp256 anim->seekFrameTime(0); in DEF_TEST()
356 anim->seekFrameTime(0); in DEF_TEST()
DImage.cpp119 anim->seekFrameTime(tst.t); in DEF_TEST()
/third_party/skia/modules/androidkit/src/
DSkottieAnimation.cpp58 animation->seekFrameTime(t); in Animation_SeekTime()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp831 animation->seekFrameTime(1); in DEF_TEST()
836 animation->seekFrameTime(2); in DEF_TEST()
852 animation->seekFrameTime(1); in DEF_TEST()
858 animation->seekFrameTime(2); in DEF_TEST()
DSkottie.cpp522 void Animation::seekFrameTime(double t, sksg::InvalidationController* ic) { in seekFrameTime() function in skottie::Animation
/third_party/flutter/skia/modules/skottie/include/
DSkottie.h229 void seekFrameTime(double t, sksg::InvalidationController* = nullptr);
/third_party/flutter/skia/tools/
Dskottie2movie.cpp29 anim->seekFrameTime(frame_time); in produce_frame()
/third_party/skia/tools/skottie_ios_app/
DSkottieViewController.mm51 void seek(double time) { if (fAnimation) { fAnimation->seekFrameTime(time, nullptr); } }
/third_party/skia/modules/skottie/utils/
DSkottieUtils.cpp211 fAnimation->seekFrameTime(t); in render()
/third_party/flutter/skia/modules/skottie/src/
DSkottie.cpp612 void Animation::seekFrameTime(double t, sksg::InvalidationController* ic) { in seekFrameTime() function in skottie::Animation