Home
last modified time | relevance | path

Searched refs:tween_handler (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/animation/
H A Ddzl-animation.c59 gulong tween_handler; /* GSource or signal handler */ member
571 if (animation->tween_handler) in dzl_animation_widget_tick_cb()
619 g_return_if_fail (!animation->tween_handler); in dzl_animation_start()
633 animation->tween_handler = in dzl_animation_start()
651 animation->tween_handler = dzl_frame_source_add (FALLBACK_FRAME_RATE, in dzl_animation_start()
699 if (animation->tween_handler) in dzl_animation_stop()
704 g_signal_handler_disconnect (animation->frame_clock, animation->tween_handler); in dzl_animation_stop()
706 animation->tween_handler = 0; in dzl_animation_stop()
710 g_source_remove (animation->tween_handler); in dzl_animation_stop()
711 animation->tween_handler = 0; in dzl_animation_stop()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/animation/
H A Degg-animation.c54 gulong tween_handler; /* GSource or signal handler */ member
563 if (animation->tween_handler) in egg_animation_widget_tick_cb()
611 g_return_if_fail (!animation->tween_handler); in egg_animation_start()
619 animation->tween_handler = in egg_animation_start()
634 animation->tween_handler = egg_frame_source_add (FALLBACK_FRAME_RATE, in egg_animation_start()
673 if (animation->tween_handler) in egg_animation_stop()
678 g_clear_signal_handler (&animation->tween_handler, animation->frame_clock); in egg_animation_stop()
683 g_source_remove (animation->tween_handler); in egg_animation_stop()
684 animation->tween_handler = 0; in egg_animation_stop()
717 g_return_if_fail (!animation->tween_handler); in egg_animation_add_property()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/Resources/Classes/
H A DScreenWithPageNavigator.as166 var tween_handler:Tween = new Tween( mcEntry, "_alpha", None.easeNone, 100, 0, .3, true );
168 //ConsoleWindow.Trace("Hiding tween_handler: " + tween_handler);
169 tween_handler.onMotionFinished = function()
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0013-GtkScrolledWindow-add-overlay-scrollbars.patch97 + guint tween_handler; /* GSource performing tweens */
542 + g_return_if_fail(!animation->priv->tween_handler);
551 + priv->tween_handler = _gb_frame_source_add(priv->frame_rate,
576 + if (priv->tween_handler) {
577 + g_source_remove(priv->tween_handler);
578 + priv->tween_handler = 0;
611 + g_return_if_fail(!animation->priv->tween_handler);