Lines Matching refs:target_1

82 GX_WIDGET         *target_1;  in _gx_animation_drag_tracking_start()  local
93 target_1 = info -> gx_animation_slide_screen_list[0]; in _gx_animation_drag_tracking_start()
97 while (target_1) in _gx_animation_drag_tracking_start()
99 if (target_1 -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_animation_drag_tracking_start()
104 target_1 = info -> gx_animation_slide_screen_list[index]; in _gx_animation_drag_tracking_start()
169target_1 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_drag_tracking_start()
188 … size.gx_rectangle_top = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_bottom + 1); in _gx_animation_drag_tracking_start()
194 … size.gx_rectangle_bottom = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_top - 1); in _gx_animation_drag_tracking_start()
198 size.gx_rectangle_left = (GX_VALUE)target_1 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start()
199 size.gx_rectangle_right = (GX_VALUE)target_1 -> gx_widget_size.gx_rectangle_right; in _gx_animation_drag_tracking_start()
209 … size.gx_rectangle_left = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_right + 1); in _gx_animation_drag_tracking_start()
214 … size.gx_rectangle_right = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_left - 1); in _gx_animation_drag_tracking_start()
219 size.gx_rectangle_top = (GX_VALUE)target_1 -> gx_widget_size.gx_rectangle_top; in _gx_animation_drag_tracking_start()
220 size.gx_rectangle_bottom = (GX_VALUE)target_1 -> gx_widget_size.gx_rectangle_bottom; in _gx_animation_drag_tracking_start()
251 left = target_1 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start()
252 top = target_1 -> gx_widget_size.gx_rectangle_top; in _gx_animation_drag_tracking_start()
262 _gx_widget_shift(target_1, (GX_VALUE)-left, (GX_VALUE)-top, GX_TRUE); in _gx_animation_drag_tracking_start()
287 _gx_widget_attach((GX_WIDGET *)root, target_1); in _gx_animation_drag_tracking_start()