Searched refs:target_size (Results 1 – 5 of 5) sorted by relevance
90 GX_RECTANGLE target_size; in _gx_animation_slide_landing() local118 target_size = target_2 -> gx_widget_size; in _gx_animation_slide_landing()122 target_size = target_1 -> gx_widget_size; in _gx_animation_slide_landing()127 …_gx_utility_rectangle_shift(&target_size, animation -> gx_animation_canvas -> gx_canvas_display_of… in _gx_animation_slide_landing()145 x_shift -= target_size.gx_rectangle_left; in _gx_animation_slide_landing()155 y_shift -= target_size.gx_rectangle_top; in _gx_animation_slide_landing()183 …((x_shift < 0) && ((GX_VALUE)(target_size.gx_rectangle_left + x_shift) > parent -> gx_widget_size.… 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 …((y_shift < 0) && ((GX_VALUE)(target_size.gx_rectangle_top + y_shift) > parent -> gx_widget_size.g… 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()[all …]
80 GX_RECTANGLE *target_size; in _gx_animation_slide_landing_start() local96 target_size = &target -> gx_widget_size; in _gx_animation_slide_landing_start()100 …info -> gx_animation_start_position.gx_point_x = (GX_VALUE)(target_size -> gx_rectangle_left + ani… in _gx_animation_slide_landing_start()101 …info -> gx_animation_start_position.gx_point_y = (GX_VALUE)(target_size -> gx_rectangle_top + anim… in _gx_animation_slide_landing_start()105 info -> gx_animation_start_position.gx_point_x = target_size -> gx_rectangle_left; in _gx_animation_slide_landing_start()106 info -> gx_animation_start_position.gx_point_y = target_size -> gx_rectangle_top; in _gx_animation_slide_landing_start()
101 GIT_EXTERN(int) git_buf_grow(git_buf *buffer, size_t target_size);
70 …BOOL Snap2Widget(GX_RECTANGLE &src_size, GX_RECTANGLE &target_size, int src_snap_line_type, int di…
1119 BOOL target_screen::Snap2Widget(GX_RECTANGLE &src_size, GX_RECTANGLE &target_size, in Snap2Widget() argument1173 target_val = GetSnapLineVal(target_size, target_snap_line_type); in Snap2Widget()1190 snapline.target_top_left = target_size.gx_rectangle_top; in Snap2Widget()1191 snapline.target_bottom_right = target_size.gx_rectangle_bottom; in Snap2Widget()1198 snapline.target_top_left = target_size.gx_rectangle_left; in Snap2Widget()1199 snapline.target_bottom_right = target_size.gx_rectangle_right; in Snap2Widget()