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 | 81 GX_WIDGET *target_1; in _gx_animation_drag_tracking_start() local 92 target_1 = info -> gx_animation_slide_screen_list[0]; in _gx_animation_drag_tracking_start() 96 while (target_1) in _gx_animation_drag_tracking_start() 98 if (target_1 -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_animation_drag_tracking_start() 103 target_1 = info -> gx_animation_slide_screen_list[index]; in _gx_animation_drag_tracking_start() 168 … target_1 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_drag_tracking_start() 187 … size.gx_rectangle_top = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_bottom + 1); in _gx_animation_drag_tracking_start() 193 … size.gx_rectangle_bottom = (GX_VALUE)(target_1 -> gx_widget_size.gx_rectangle_top - 1); in _gx_animation_drag_tracking_start() 197 size.gx_rectangle_left = (GX_VALUE)target_1 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start() 198 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 | 86 GX_WIDGET *target_1 = GX_NULL; in _gx_animation_slide_landing() local 99 … target_1 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_slide_landing() 122 target_size = target_1 -> gx_widget_size; in _gx_animation_slide_landing() 200 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing() 209 _gx_widget_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing() 238 if (target_1 -> gx_widget_parent) in _gx_animation_slide_landing() 240 _gx_widget_hide(target_1 -> gx_widget_parent); in _gx_animation_slide_landing() 246 _gx_widget_detach(target_1); in _gx_animation_slide_landing() 247 target_1 = target_2; in _gx_animation_slide_landing() 250 _gx_widget_shift(target_1, in _gx_animation_slide_landing() [all …]
|
| D | gx_animation_drag_tracking.c | 90 GX_WIDGET *target_1 = GX_NULL; in _gx_animation_drag_tracking() local 98 …target_1 = animation -> gx_animation_info.gx_animation_slide_screen_list[animation -> gx_animation… in _gx_animation_drag_tracking() 101 if (target_1 == GX_NULL) in _gx_animation_drag_tracking() 142 _gx_widget_shift(target_1, in _gx_animation_drag_tracking() 200 …_gx_widget_scroll_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking() 214 … _gx_widget_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX_TRUE); in _gx_animation_drag_tracking()
|