Home
last modified time | relevance | path

Searched refs:target_2 (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_tracking.c91 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_drag_tracking() local
108target_2 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking()
135 if (target_2) in _gx_animation_drag_tracking()
137 _gx_widget_detach(target_2); in _gx_animation_drag_tracking()
151target_2 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking()
155 target_2 = GX_NULL; in _gx_animation_drag_tracking()
170 if (!target_2) in _gx_animation_drag_tracking()
195 if (target_2) in _gx_animation_drag_tracking()
197 …_gx_widget_scroll_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking()
209 if (target_2) in _gx_animation_drag_tracking()
[all …]
Dgx_animation_slide_landing.c87 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_slide_landing() local
113target_2 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_2]; in _gx_animation_slide_landing()
116 if (target_2) in _gx_animation_slide_landing()
118 target_size = target_2 -> gx_widget_size; in _gx_animation_slide_landing()
202 if (target_2) in _gx_animation_slide_landing()
204 … _gx_widget_scroll_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
211 if (target_2) in _gx_animation_slide_landing()
213 _gx_widget_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
244 if (target_2) in _gx_animation_slide_landing()
247 target_1 = target_2; in _gx_animation_slide_landing()
[all …]
Dgx_animation_drag_tracking_start.c82 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_drag_tracking_start() local
174 target_2 = info -> gx_animation_slide_screen_list[index]; in _gx_animation_drag_tracking_start()
176 size = target_2 -> gx_widget_size; in _gx_animation_drag_tracking_start()
223 _gx_widget_resize(target_2, &size); in _gx_animation_drag_tracking_start()
229 _gx_widget_attach(info -> gx_animation_parent, target_2); in _gx_animation_drag_tracking_start()
248 (!target_2)) in _gx_animation_drag_tracking_start()
255 left = target_2 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start()
256 top = target_2 -> gx_widget_size.gx_rectangle_top; in _gx_animation_drag_tracking_start()
263 if (target_2) in _gx_animation_drag_tracking_start()
265 _gx_widget_shift(target_2, (GX_VALUE)-left, (GX_VALUE)-top, GX_TRUE); in _gx_animation_drag_tracking_start()
[all …]