Home
last modified time | relevance | path

Searched refs:target_size (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_slide_landing_start.c81 GX_RECTANGLE *target_size; in _gx_animation_slide_landing_start() local
97 target_size = &target -> gx_widget_size; in _gx_animation_slide_landing_start()
101 …info -> gx_animation_start_position.gx_point_x = (GX_VALUE)(target_size -> gx_rectangle_left + ani… in _gx_animation_slide_landing_start()
102 …info -> gx_animation_start_position.gx_point_y = (GX_VALUE)(target_size -> gx_rectangle_top + anim… in _gx_animation_slide_landing_start()
106 info -> gx_animation_start_position.gx_point_x = target_size -> gx_rectangle_left; in _gx_animation_slide_landing_start()
107 info -> gx_animation_start_position.gx_point_y = target_size -> gx_rectangle_top; in _gx_animation_slide_landing_start()
Dgx_animation_slide_landing.c91 GX_RECTANGLE target_size; in _gx_animation_slide_landing() local
119 target_size = target_2 -> gx_widget_size; in _gx_animation_slide_landing()
123 target_size = target_1 -> gx_widget_size; in _gx_animation_slide_landing()
128 …_gx_utility_rectangle_shift(&target_size, animation -> gx_animation_canvas -> gx_canvas_display_of… in _gx_animation_slide_landing()
146 x_shift -= target_size.gx_rectangle_left; in _gx_animation_slide_landing()
156 y_shift -= target_size.gx_rectangle_top; in _gx_animation_slide_landing()
184 …((x_shift < 0) && ((GX_VALUE)(target_size.gx_rectangle_left + x_shift) > parent -> gx_widget_size.… in _gx_animation_slide_landing()
185 …((x_shift > 0) && ((GX_VALUE)(target_size.gx_rectangle_left + x_shift) < parent -> gx_widget_size.… in _gx_animation_slide_landing()
186 …((y_shift < 0) && ((GX_VALUE)(target_size.gx_rectangle_top + y_shift) > parent -> gx_widget_size.g… in _gx_animation_slide_landing()
187 …((y_shift > 0) && ((GX_VALUE)(target_size.gx_rectangle_top + y_shift) < parent -> gx_widget_size.g… in _gx_animation_slide_landing()
[all …]