Home
last modified time | relevance | path

Searched refs:graphics_palette_display_table (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_8bpp_horizontal_pixelmap_line_draw.c60 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
102 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
Dvalidation_guix_graphics_palette_polygon.c59 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
77 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
Dvalidation_guix_graphics_palette_circle.c59 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
77 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
Dvalidation_guix_graphics_palette_arc.c59 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
79 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
Dvalidation_guix_graphics_palette_ellipse.c59 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
79 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
Dvalidation_guix_graphics_palette_pie.c59 extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[];
78 theme_ptr = graphics_palette_display_table[DISPLAY_1].theme_table[DISPLAY_1_DEFAULT_THEME]; in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/graphics_palette/
Dgraphics_palette_specifications.c29 GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[1] = variable
1814 GX_STUDIO_DISPLAY_INFO *display_info = &graphics_palette_display_table[display]; in gx_studio_display_configure()