Searched refs:w_aninfo (Results 1 – 1 of 1) sorted by relevance
221 WEATHER_ANIMATION_INFO *w_aninfo = animation_info_list; in start_weather_children_animation() local234 while (w_aninfo->target_id) in start_weather_children_animation()236 gx_widget_find(base, w_aninfo->target_id, 1, &target); in start_weather_children_animation()241 animation_info.gx_animation_start_delay = w_aninfo->delay; in start_weather_children_animation()242 …tion_start_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + w_aninfo->start_x_offset; in start_weather_children_animation()243 …ation_start_position.gx_point_y = base->gx_widget_size.gx_rectangle_top + w_aninfo->start_y_offset; in start_weather_children_animation()244 …nimation_end_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + w_aninfo->end_x_offset; in start_weather_children_animation()245 …animation_end_position.gx_point_y = base->gx_widget_size.gx_rectangle_top + w_aninfo->end_y_offset; in start_weather_children_animation()251 w_aninfo++; in start_weather_children_animation()