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.c92 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_drag_tracking() local
109target_2 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking()
136 if (target_2) in _gx_animation_drag_tracking()
138 _gx_widget_detach(target_2); in _gx_animation_drag_tracking()
152target_2 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking()
156 target_2 = GX_NULL; in _gx_animation_drag_tracking()
171 if (!target_2) in _gx_animation_drag_tracking()
196 if (target_2) in _gx_animation_drag_tracking()
198 …_gx_widget_scroll_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking()
210 if (target_2) in _gx_animation_drag_tracking()
[all …]
Dgx_animation_slide_landing.c88 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_slide_landing() local
114target_2 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_2]; in _gx_animation_slide_landing()
117 if (target_2) in _gx_animation_slide_landing()
119 target_size = target_2 -> gx_widget_size; in _gx_animation_slide_landing()
203 if (target_2) in _gx_animation_slide_landing()
205 … _gx_widget_scroll_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
212 if (target_2) in _gx_animation_slide_landing()
214 _gx_widget_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
245 if (target_2) in _gx_animation_slide_landing()
248 target_1 = target_2; in _gx_animation_slide_landing()
[all …]
Dgx_animation_drag_tracking_start.c83 GX_WIDGET *target_2 = GX_NULL; in _gx_animation_drag_tracking_start() local
175 target_2 = info -> gx_animation_slide_screen_list[index]; in _gx_animation_drag_tracking_start()
177 size = target_2 -> gx_widget_size; in _gx_animation_drag_tracking_start()
224 _gx_widget_resize(target_2, &size); in _gx_animation_drag_tracking_start()
230 _gx_widget_attach(info -> gx_animation_parent, target_2); in _gx_animation_drag_tracking_start()
249 (!target_2)) in _gx_animation_drag_tracking_start()
256 left = target_2 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start()
257 top = target_2 -> gx_widget_size.gx_rectangle_top; in _gx_animation_drag_tracking_start()
264 if (target_2) in _gx_animation_drag_tracking_start()
266 _gx_widget_shift(target_2, (GX_VALUE)-left, (GX_VALUE)-top, GX_TRUE); in _gx_animation_drag_tracking_start()
[all …]