/third_party/skia/modules/skottie/src/animator/ |
D | Animator.cpp | 20 for (const auto& animator : fAnimators) { in onSeek() local 93 sk_sp<KeyframeAnimator> animator; in bindImpl() local
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | MotionBlurEffect.cpp | 16 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<sksg::Animator> animator, in Make() 36 MotionBlurEffect::MotionBlurEffect(sk_sp<sksg::Animator> animator, in MotionBlurEffect()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 157 auto animator = sk_ref_sp(this); in TextAnimator() local 199 if (auto animator = TextAnimator::Make(janimator, abuilder)) { in Make() local
|
D | TextAdapter.cpp | 198 for (const auto& animator : animators) { in applyAnimators() local
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/src/main/java/io/flutter/splash_screen_load_rotate/ |
D | NeverEndingSplashView.java | 26 private ViewPropertyAnimator animator; field in NeverEndingSplashView
|
/third_party/skia/modules/skottie/src/effects/ |
D | MotionBlurEffect.cpp | 37 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<Animator> animator, in Make() 57 MotionBlurEffect::MotionBlurEffect(sk_sp<Animator> animator, in MotionBlurEffect()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 240 sk_sp<KeyframeAnimator> animator(new KeyframeAnimator(*jv, abuilder, std::move(apply))); in Make() local 345 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl() local 389 for (const auto& animator : fAnimators) { in onTick() local
|
D | SkottieAdapter.cpp | 41 for (auto& animator : fAnimators) { in onTick() local
|
/third_party/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make() local 560 for (const auto& animator : fAnimators) { in onSync() local
|
/third_party/flutter/engine/flutter/shell/common/ |
D | ace_engine.cc | 40 std::unique_ptr<Animator> animator, in Engine()
|
D | engine.cc | 43 std::unique_ptr<Animator> animator, in Engine()
|
D | ace_shell.cc | 140 auto animator = std::make_unique<Animator>(*shell, task_runners, in CreateShellOnPlatformThread() local
|
D | shell.cc | 121 auto animator = std::make_unique<Animator>(*shell, task_runners, in CreateShellOnPlatformThread() local
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 119 ValueAnimator animator; field in HelloCanvasAR
|