Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/modules/androidkit/src/
DSkottieAnimation.cpp21 auto animation = Animation::Builder().make(cstr, strlen(cstr)); in Animation_Create() local
31 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetDuration() local
36 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetFrameCnt() local
41 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetWidth() local
46 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetHeight() local
51 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekFrame() local
57 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekTime() local
63 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_Render() local
/third_party/skia/modules/canvaskit/tests/
Dskottie.spec.js38 const animation = CanvasKit.MakeManagedAnimation(promises[1], { constant
74 const animation = CanvasKit.MakeManagedAnimation(promises[0]); constant
106 const animation = CanvasKit.MakeManagedAnimation(lottie, null, null, mockSoundMap); constant
152 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
173 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
204 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
280 const animation = CanvasKit.MakeManagedAnimation(json, null, '__'); constant
/third_party/weston/libweston/
Danimation.c131 struct weston_animation animation; member
144 weston_view_animation_destroy(struct weston_view_animation *animation) in weston_view_animation_destroy()
160 struct weston_view_animation *animation = in handle_animation_view_destroy() local
172 struct weston_view_animation *animation = in weston_view_animation_frame() local
208 struct weston_view_animation *animation = data; in idle_animation_destroy() local
222 struct weston_view_animation *animation; in weston_view_animation_create() local
261 weston_view_animation_run(struct weston_view_animation *animation) in weston_view_animation_run()
270 reset_alpha(struct weston_view_animation *animation) in reset_alpha()
278 zoom_frame(struct weston_view_animation *animation) in zoom_frame()
323 fade_frame(struct weston_view_animation *animation) in fade_frame()
[all …]
Dzoom.c40 weston_zoom_frame_z(struct weston_animation *animation, in weston_zoom_frame_z()
/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp23 explicit SkottieSGAdapter(sk_sp<Animation> animation) in attachNestedAnimation()
49 SkottieAnimatorAdapter(sk_sp<Animation> animation, float time_scale) in attachNestedAnimation()
72 auto animation = Animation::Builder() in attachNestedAnimation() local
DSkottieTest.cpp36 auto animation = Animation::Make(&stream); in DEF_TEST() local
233 auto animation = skottie::Animation::Builder() in DEF_TEST() local
343 auto animation = skottie::Animation::Builder() in DEF_TEST() local
/third_party/weston/tests/
Dinternal-screenshot.ini2 startup-animation=none key
/third_party/skia/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
/third_party/flutter/skia/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
/third_party/weston/
Dweston.ini.in15 animation=zoom key
16 startup-animation=fade key
/third_party/jsframework/runtime/main/app/
Dbundle.ts176 const animation = page.requireModule('animation'); constant
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp37 auto animation = Animation::Make(&stream); in DEF_TEST() local
254 auto animation = skottie::Animation::Builder() in DEF_TEST() local
387 auto animation = skottie::Animation::Builder() in DEF_TEST() local
788 auto animation = in DEF_TEST() local
825 auto animation = make_animation(single_asset, multi_asset, false); in DEF_TEST() local
847 auto animation = make_animation(single_asset, multi_asset, true); in DEF_TEST() local
/third_party/flutter/skia/bench/
DSKPAnimationBench.cpp14 sk_sp<Animation> animation, bool doLooping) in SKPAnimationBench()
/third_party/skia/bench/
DSKPAnimationBench.cpp13 sk_sp<Animation> animation, bool doLooping) in SKPAnimationBench()
/third_party/flutter/skia/modules/canvaskit/
Dskottie_bindings.cpp88 auto animation = skottie::Animation::Builder() in Make() local
162 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c134 gst_gdk_animation_is_static_image (GdkPixbufAnimation * animation) in gst_gdk_animation_is_static_image()
596 gst_gdk_animation_get_static_image (GdkPixbufAnimation * animation) in gst_gdk_animation_get_static_image()
/third_party/skia/tools/
Dskottie2movie.cpp67 auto animation = skottie::Animation::Builder() in main() local
/third_party/flutter/skia/tools/
Dskottie2movie.cpp92 auto animation = skottie::Animation::Builder() in main() local
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp111 auto animation = skottie::Animation::Builder() in Make() local
192 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java138 SkottieAnimation animation; in setSourceHelper() local
DSkottieRunner.java90 public void updateAnimationSurface(Animatable animation, SurfaceTexture surfaceTexture, in updateAnimationSurface()
/third_party/skia/modules/canvaskit/
Dskottie_bindings.cpp161 auto animation = skottie::Animation::Builder() in Make() local
272 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
/third_party/flutter/skia/tools/fm/
Dfm.cpp173 static void init(Source* source, sk_sp<skottie::Animation> animation) { in init()
406 if (sk_sp<skottie::Animation> animation = skottie::Animation::Builder() in main() local
/third_party/weston/desktop-shell/
Dexposay.c93 exposay_animate_in_done(struct weston_view_animation *animation, void *data) in exposay_animate_in_done()
126 exposay_animate_out_done(struct weston_view_animation *animation, void *data) in exposay_animate_out_done()
/third_party/skia/tools/fm/
Dfm.cpp207 static void init(Source* source, sk_sp<skottie::Animation> animation) { in init()
476 if (sk_sp<skottie::Animation> animation = skottie::Animation::Builder() in main() local

12