| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_1bpp_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_4444argb_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_565bgr_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_1555xrgb_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_rotated_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c | 71 extern float y_ratio; 93 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 99 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_332rgb_resize_screen.c | 70 extern float y_ratio; 92 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 98 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_4bpp_resize_screen.c | 72 extern float y_ratio; 96 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 102 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_partial_frame_buffer_16bpp_resize_screen.c | 74 extern INT y_ratio; 96 for(y_ratio = 50; y_ratio <= 150; y_ratio += 10) in control_thread_entry() 101 …rintf(test_comment, "x_ratio = %d, y_ratio = %d, pixelmap_id = %s", x_ratio, y_ratio, entry->name); in control_thread_entry()
|
| D | validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c | 73 extern float y_ratio; 100 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 106 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| D | validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c | 73 extern float y_ratio; 100 for(y_ratio = 0.5; y_ratio <= 1.5; y_ratio += 0.1) in control_thread_entry() 106 …f(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resize_pixe… in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 53 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 54 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 53 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 54 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 53 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 54 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 53 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 54 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 55 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 56 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/ |
| D | resize_screen.c | 12 float y_ratio = 1; variable 54 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 55 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 99 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/ |
| D | resize_screen.c | 12 float y_ratio = 1; variable 54 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 55 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 99 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/ |
| D | resize_screen.c | 12 float y_ratio = 1; variable 54 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 55 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 99 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 55 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 56 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 55 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 56 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw/ |
| D | resize_screen.c | 13 float y_ratio = 1; variable 55 y_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 56 update_prompt_text(ID_HEIGHT_DISPLAY, y_ratio); in resize_screen_event_handler() 100 height = (int)(pixelmap->gx_pixelmap_height * y_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|