Lines Matching refs:animation_info
138 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
144 animation_info = *action->animation; in gx_studio_animation_execute()
154 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
159 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
162 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
166 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
169 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
171 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
174 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
175 animation_info.gx_animation_parent) in gx_studio_animation_execute()
177 gx_animation_start(animation, &animation_info); in gx_studio_animation_execute()