Home
last modified time | relevance | path

Searched refs:rotate_pixelmap_index (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_565rgb_rotate_screen.c64 extern INT rotate_pixelmap_index;
78 for(rotate_pixelmap_index = 1; rotate_pixelmap_index < 3; rotate_pixelmap_index++) in control_thread_entry()
98 …"canvas rotate: %d, angle: %d, rotate_pixelmap_index: %d. ", direct, angle, rotate_pixelmap_index); in control_thread_entry()
109 rotate_pixelmap_index = 3; in control_thread_entry()
Dvalidation_guix_all_widgets_565rgb_pixelmap_rotate.c64 extern INT rotate_pixelmap_index;
77 …ap = (GX_PIXELMAP *)Main_Display_theme_1_pixelmap_table[rotate_pixelmap_id[rotate_pixelmap_index]]; in test_draw()
100 for(rotate_pixelmap_index = 1; rotate_pixelmap_index < 3; rotate_pixelmap_index++) in control_thread_entry()
110 …ver_pixel_blend = GX_NULL, angle = %d, rotate_pixelmap_index: %d. ", angle, rotate_pixelmap_index); in control_thread_entry()
Dvalidation_guix_all_widgets_565bgr_rotate_screen.c62 extern INT rotate_pixelmap_index;
77 for(rotate_pixelmap_index = 0; rotate_pixelmap_index < 4; rotate_pixelmap_index++) in control_thread_entry()
81 …ntf(test_comment, "direct = %d, map index = %d, angle = %d", direct, rotate_pixelmap_index, angle); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_565bgr/
Drotate_screen.c15 INT rotate_pixelmap_index = 0; variable
49 rotate_pixelmap_index = 0; in rotate_event_handler()
54 rotate_pixelmap_index = 1; in rotate_event_handler()
59 rotate_pixelmap_index = 2; in rotate_event_handler()
94 gx_widget_pixelmap_get(window, rotate_pixelmap_id[rotate_pixelmap_index], &pixelmap); in pixelmap_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp/
Drotate_screen.c17 INT rotate_pixelmap_index = 0; variable
51 rotate_pixelmap_index = 0; in rotate_event_handler()
56 rotate_pixelmap_index = 1; in rotate_event_handler()
61 rotate_pixelmap_index = 2; in rotate_event_handler()
96 …ap = (GX_PIXELMAP *)Main_Display_theme_1_pixelmap_table[rotate_pixelmap_id[rotate_pixelmap_index]]; in pixelmap_draw()