/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_1bpp_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_1555xrgb_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_4444argb_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_565bgr_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_16bpp_rotated_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c | 70 extern float x_ratio; 90 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 99 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_332rgb_resize_screen.c | 69 extern float x_ratio; 89 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 98 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_4bpp_resize_screen.c | 71 extern float x_ratio; 93 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 102 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_partial_frame_buffer_16bpp_resize_screen.c | 73 extern INT x_ratio; 93 for(x_ratio = 50; x_ratio <= 150; x_ratio += 10) in control_thread_entry() 101 …sprintf(test_comment, "x_ratio = %d, y_ratio = %d, pixelmap_id = %s", x_ratio, y_ratio, entry->nam… in control_thread_entry()
|
D | validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c | 72 extern float x_ratio; 97 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 106 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
D | validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c | 72 extern float x_ratio; 97 for(x_ratio = 0.5; x_ratio <= 1.5; x_ratio += 0.1) in control_thread_entry() 106 …sprintf(test_comment, "x_ratio = %f, y_ratio = %f, pixelmap_id = %d", x_ratio, y_ratio, (int)resiz… in control_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 104 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 47 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 48 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/ |
D | resize_screen.c | 11 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 98 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 47 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 48 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/ |
D | resize_screen.c | 12 float x_ratio = 1; variable 47 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 48 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 99 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 102 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/ |
D | resize_screen.c | 11 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 98 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/ |
D | resize_screen.c | 11 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 98 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/ |
D | resize_screen.c | 11 float x_ratio = 1; variable 46 x_ratio = 1 + (float)value / 100; in resize_screen_event_handler() 47 update_prompt_text(ID_WIDTH_DISPLAY, x_ratio); in resize_screen_event_handler() 98 width = (int)(pixelmap->gx_pixelmap_width * x_ratio); in resize_window_draw() 101 if (x_ratio == 1 && y_ratio == 1) in resize_window_draw()
|