| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_slide_landing.c | 88 INT x_shift = 0; in _gx_animation_slide_landing() local 143 animation -> gx_animation_total_steps, &x_shift); in _gx_animation_slide_landing() 145 x_shift -= target_size.gx_rectangle_left; in _gx_animation_slide_landing() 165 x_shift = -animation -> gx_animation_landing_speed; in _gx_animation_slide_landing() 169 x_shift = animation -> gx_animation_landing_speed; 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() 191 … (GX_VALUE)(animation -> gx_animation_canvas -> gx_canvas_display_offset_x + x_shift), 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() 204 … _gx_widget_scroll_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing() [all …]
|
| D | gx_widget_shift.c | 81 static VOID _gx_widget_shift_helper(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL … in _gx_widget_shift_helper() argument 89 _gx_utility_rectangle_shift(&newsize, x_shift, y_shift); in _gx_widget_shift_helper() 106 _gx_utility_rectangle_shift(&win -> gx_window_client, x_shift, y_shift); in _gx_widget_shift_helper() 173 UINT _gx_widget_shift(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL mark_dirty) in _gx_widget_shift() argument 177 if (x_shift == 0 && y_shift == 0) in _gx_widget_shift() 182 _gx_widget_shift_helper(widget, x_shift, y_shift, mark_dirty); in _gx_widget_shift() 191 _gx_widget_shift_helper(child, x_shift, y_shift, GX_FALSE); in _gx_widget_shift()
|
| D | gx_canvas_block_move.c | 85 UINT _gx_canvas_block_move(GX_RECTANGLE *block, GX_VALUE x_shift, GX_VALUE y_shift, GX_RECTANGLE *d… in _gx_canvas_block_move() argument 126 display -> gx_display_driver_block_move(context, block, x_shift, y_shift); in _gx_canvas_block_move() 141 if (x_shift) in _gx_canvas_block_move() 143 if (x_shift > 0) in _gx_canvas_block_move() 145 dirty -> gx_rectangle_right = (GX_VALUE)(dirty -> gx_rectangle_left + x_shift - 1); in _gx_canvas_block_move() 149 dirty -> gx_rectangle_left = (GX_VALUE)(dirty -> gx_rectangle_right + x_shift + 1); in _gx_canvas_block_move()
|
| D | gx_utility_rectangle_shift.c | 74 UINT _gx_utility_rectangle_shift(GX_RECTANGLE *rectangle, GX_VALUE x_shift, GX_VALUE y_shift) in _gx_utility_rectangle_shift() argument 76 rectangle -> gx_rectangle_left = (GX_VALUE)(rectangle -> gx_rectangle_left + x_shift); in _gx_utility_rectangle_shift() 78 rectangle -> gx_rectangle_right = (GX_VALUE)(rectangle -> gx_rectangle_right + x_shift); in _gx_utility_rectangle_shift()
|
| D | gx_widget_block_move.c | 82 UINT _gx_widget_block_move(GX_WIDGET *widget, GX_RECTANGLE *block, INT x_shift, INT y_shift) in _gx_widget_block_move() argument 109 if ((GX_ABS(x_shift) >= width) || (GX_ABS(y_shift) >= height)) in _gx_widget_block_move() 117 status = _gx_canvas_block_move(block, (GX_VALUE)x_shift, (GX_VALUE)y_shift, &dirty); in _gx_widget_block_move()
|
| D | gxe_utility_rectangle_shift.c | 74 UINT _gxe_utility_rectangle_shift(GX_RECTANGLE *rectangle, GX_VALUE x_shift, GX_VALUE y_shift) in _gxe_utility_rectangle_shift() argument 83 return(_gx_utility_rectangle_shift(rectangle, x_shift, y_shift)); in _gxe_utility_rectangle_shift()
|
| D | gxe_canvas_block_move.c | 77 UINT _gxe_canvas_block_move(GX_RECTANGLE *block, GX_VALUE x_shift, GX_VALUE y_shift, GX_RECTANGLE *… in _gxe_canvas_block_move() argument 91 status = _gx_canvas_block_move(block, x_shift, y_shift, dirty); in _gxe_canvas_block_move()
|
| D | gxe_widget_shift.c | 77 UINT _gxe_widget_shift(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL mark_dirty) in _gxe_widget_shift() argument 97 status = _gx_widget_shift(widget, x_shift, y_shift, mark_dirty); in _gxe_widget_shift()
|
| D | gxe_widget_block_move.c | 76 UINT _gxe_widget_block_move(GX_WIDGET *widget, GX_RECTANGLE *block, INT x_shift, INT y_shift) in _gxe_widget_block_move() argument 103 status = _gx_widget_block_move(widget, block, x_shift, y_shift); in _gxe_widget_block_move()
|
| D | gx_accordion_menu_event_process.c | 578 GX_VALUE x_shift; in _gx_accordion_menu_pen_up_event_process() local 605 …x_shift = (GX_VALUE)(child -> gx_widget_size.gx_rectangle_left - menu_list -> gx_widget_size.gx_re… in _gx_accordion_menu_pen_up_event_process() 609 if (x_shift || y_shift) in _gx_accordion_menu_pen_up_event_process() 611 _gx_widget_shift((GX_WIDGET *)menu_list, x_shift, y_shift, GX_FALSE); in _gx_accordion_menu_pen_up_event_process()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_565rgb_palette_pixelmap_draw.c | 66 static int x_shift = -50; variable 79 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in window_1_draw() 131 for(x_shift = -50; x_shift <= 50; x_shift += 100) in control_thread_entry() 135 …ntf(test_comment, "compressed palette draw, x_shift = %d, blend_alpha = %d", x_shift, blend_alpha); in control_thread_entry() 142 for(x_shift = -50; x_shift <= 50; x_shift += 100) in control_thread_entry() 146 …ment, "compressed transparent palette draw, x_shift = %d, blend_alpha = %d", x_shift, blend_alpha); in control_thread_entry()
|
| D | validation_guix_1bpp_pixelmap_draw.c | 62 static int x_shift = -50; variable 73 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in test_jpeg_to_1bpp_win_draw() 102 for(x_shift = -50; x_shift <= 100; x_shift += 100) in control_thread_entry() 104 sprintf(test_comment, "compressed, transparent, x_shift = %d", x_shift); in control_thread_entry() 110 x_shift = -10; in control_thread_entry()
|
| D | validation_guix_8bpp_pixelmap_draw.c | 61 static int x_shift = -50; variable 75 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in test_pic_win_draw() 120 for(x_shift = -50; x_shift <= 100; x_shift += 150) in control_thread_entry() 122 sprintf(test_comment, "compress, alpha, x_shift = %d", x_shift); in control_thread_entry() 128 x_shift = -10; in control_thread_entry()
|
| D | validation_guix_4bpp_pixelmap_draw.c | 66 static int x_shift = -50; variable 75 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in test_jpeg_to_4bit_gray_win_draw() 114 for(x_shift = -50; x_shift <= 50; x_shift += 100) in control_thread_entry() 116 sprintf(test_comment, "compressed, transparent, x_shift = %d", x_shift); in control_thread_entry()
|
| D | validation_guix_generic_alphamap_draw.c | 68 static int x_shift = 0; variable 82 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in test_pixelmap_wnd_draw() 115 for(x_shift = -10; x_shift <= 190; x_shift += 200) in control_thread_entry() 117 … = %d, blend_alpha = %d, map_id = %d, x_shift = %d", set_blend_null, blend_alpha, map_id, x_shift); in control_thread_entry()
|
| D | validation_guix_4444argb_pixelmap_draw.c | 66 static int x_shift = -50; variable 74 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in window_1_draw() 116 for(x_shift = -50; x_shift <= 50; x_shift += 100) in control_thread_entry() 118 sprintf(test_comment, "draw pixelmap, compressed, with alpha, x_shift = %d", x_shift); in control_thread_entry()
|
| D | validation_guix_32bpp_pixelmap_draw.c | 68 static int x_shift = -50; variable 96 xpos = window->gx_window_client.gx_rectangle_left + x_shift; in test_pic_win_draw() 154 for(x_shift = -50; x_shift <= 100; x_shift += 150) in control_thread_entry() 156 …nt, "map_id = %d, blend_alpha = %d, x_shift = %d", test_map_list[map_index], blend_alpha, x_shift); in control_thread_entry() 211 x_shift = 10; in control_thread_entry()
|
| D | validation_guix_all_widgets_1bpp_block_move.c | 63 INT x_shift; member 99 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry() 101 if(GX_ABS(test->x_shift) > 1 || GX_ABS(test->y_shift) > 1) in control_thread_entry()
|
| D | validation_guix_all_widgets_4bpp_block_move.c | 63 INT x_shift; member 99 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry() 100 if(GX_ABS(test->x_shift) > 1 || GX_ABS(test->y_shift) > 1) in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_block_move.c | 63 INT x_shift; member 99 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|
| D | validation_guix_all_widgets_24xrgb_rotated_ccw_block_move.c | 63 INT x_shift; member 100 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|
| D | validation_guix_all_widgets_block_move.c | 63 INT x_shift; member 100 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_rotated_270_block_move.c | 63 INT x_shift; member 100 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|
| D | validation_guix_all_widgets_8bpp_block_move.c | 63 INT x_shift; member 106 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|
| D | validation_guix_all_widgets_8bpp_rotated_ccw_block_move.c | 65 INT x_shift; member 107 …GX_WIDGET *)test->window, &test->window->gx_window_client, width * test->x_shift / 2, height * tes… in control_thread_entry()
|