/third_party/skia/modules/skottie/tests/ |
H A D | AudioLayer.cpp | 105 skottie->seekFrame(0); in DEF_TEST() 109 skottie->seekFrame(20); in DEF_TEST() 114 skottie->seekFrame(50); in DEF_TEST() 120 skottie->seekFrame(70); in DEF_TEST() 126 skottie->seekFrame(80); in DEF_TEST() 131 skottie->seekFrame(100); in DEF_TEST()
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 185 SkRect seekFrame(double t) { in seekFrame() function in __anon18519::final 187 fAnimation->seekFrame(t, &ic); in seekFrame() 302 .function("seekFrame", optional_override([](skottie::Animation& self, double t)->void { in EMSCRIPTEN_BINDINGS() 303 self.seekFrame(t); in EMSCRIPTEN_BINDINGS() 340 damageRect[0] = self.seekFrame(frame); in EMSCRIPTEN_BINDINGS() 342 .function("seekFrame" , &ManagedAnimation::seekFrame) in EMSCRIPTEN_BINDINGS()
|
H A D | skottie.js | 111 CanvasKit.ManagedAnimation.prototype.seekFrame = function(frame, optDamageRect) {
|
H A D | externs.js | 118 seekFrame: function() {},
|
/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 134 SkRect seekFrame(double t) { in seekFrame() function in __anon18335::final 136 fAnimation->seekFrame(t, &ic); in seekFrame() 365 .function("seekFrame", optional_override([](skottie::Animation& self, double t)->void { in EMSCRIPTEN_BINDINGS() 366 self.seekFrame(t); in EMSCRIPTEN_BINDINGS() 389 .function("seekFrame" , &ManagedAnimation::seekFrame) in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | SkottieAnimation.java | 69 public void seekFrame(double f) { in seekFrame() method in SkottieAnimation
|
/third_party/skia/modules/androidkit/src/ |
H A D | SkottieAnimation.cpp | 52 animation->seekFrame(frame); in Animation_SeekFrame()
|
/third_party/skia/src/codec/ |
H A D | SkWuffsCodec.cpp | 250 Result seekFrame(WhichDecoder which, int frameIndex); 426 SkCodec::Result result = this->seekFrame(WhichDecoder::kIncrDecode, options.fFrameIndex); in onStartIncrementalDecode() 785 if (this->seekFrame(WhichDecoder::kIncrDecode, i) != SkCodec::kSuccess) { in onGetFrameCountInternal() 836 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame() function in SkWuffsCodec
|
/third_party/skia/tools/ |
H A D | skottie2movie.cpp | 34 anim->seekFrame(frame); in produce_frame()
|
/third_party/skia/modules/skottie/include/ |
H A D | Skottie.h | 237 void seekFrame(double t, sksg::InvalidationController* ic = nullptr);
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
H A D | SkottieView.java | 183 public void seekFrame(double f) { in seekFrame() method in SkottieView
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 505 void Animation::seekFrame(double t, sksg::InvalidationController* ic) { in seekFrame() function in skottie::Animation 523 this->seekFrame(t * fFPS, ic); in seekFrameTime()
|
H A D | SkottieTool.cpp | 348 anim->seekFrame(frame0 + i * fps_scale); in main()
|
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 274 fAnimation->seekFrame(fCurrentFrame, fShowAnimationInval ? &fInvalController in animate()
|