Searched refs:target_1 (Results 1 – 3 of 3) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_animation_drag_tracking_start.c | 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() 169 … target_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() [all …]
|
D | gx_animation_slide_landing.c | 87 GX_WIDGET *target_1 = GX_NULL; in _gx_animation_slide_landing() local 100 … target_1 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_slide_landing() 123 target_size = target_1 -> gx_widget_size; in _gx_animation_slide_landing() 201 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing() 210 _gx_widget_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing() 239 if (target_1 -> gx_widget_parent) in _gx_animation_slide_landing() 241 _gx_widget_hide(target_1 -> gx_widget_parent); in _gx_animation_slide_landing() 247 _gx_widget_detach(target_1); in _gx_animation_slide_landing() 248 target_1 = target_2; in _gx_animation_slide_landing() 251 _gx_widget_shift(target_1, in _gx_animation_slide_landing() [all …]
|
D | gx_animation_drag_tracking.c | 91 GX_WIDGET *target_1 = GX_NULL; in _gx_animation_drag_tracking() local 99 …target_1 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking() 102 if (target_1 == GX_NULL) in _gx_animation_drag_tracking() 143 _gx_widget_shift(target_1, in _gx_animation_drag_tracking() 201 …_gx_widget_scroll_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking() 215 … _gx_widget_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX_TRUE); in _gx_animation_drag_tracking()
|