Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 1104) sorted by relevance

12345678910>>...45

/GUIX-v6.4.1/common/src/
Dgx_display_driver_monochrome_setup.c76 VOID _gx_display_driver_monochrome_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_monochrome_setup() argument
81 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_monochrome_setup()
82 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_monochrome_setup()
86 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_monochrome_setup()
87 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_monochrome_setup()
89 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_monochrome_setup()
90 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_monochrome_setup()
92 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_monochrome_setup()
93 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_monochrome_setup()
96display -> gx_display_mouse_capture = _gx_display_driver_1bpp_mouse_capture; in _gx_display_driver_monochrome_setup()
[all …]
Dgx_display_driver_4bpp_grayscale_setup.c78 VOID _gx_display_driver_4bpp_grayscale_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_4bpp_grayscale_setup() argument
83 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_4bpp_grayscale_setup()
84 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_4bpp_grayscale_setup()
88 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_4bpp_grayscale_setup()
89 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_4bpp_grayscale_setup()
91 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_4bpp_grayscale_setup()
92 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_4bpp_grayscale_setup()
94 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_4bpp_grayscale_setup()
95 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_4bpp_grayscale_setup()
98display -> gx_display_mouse_capture = _gx_display_driver_4bpp_mouse_capture; in _gx_display_driver_4bpp_grayscale_setup()
[all …]
Dgx_display_driver_565rgb_setup.c77 VOID _gx_display_driver_565rgb_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_565rgb_setup() argument
82 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_565rgb_setup()
83 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_565rgb_setup()
87 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_565rgb_setup()
88 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_565rgb_setup()
90 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_565rgb_setup()
91 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_565rgb_setup()
93 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_565rgb_setup()
94 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_565rgb_setup()
97display -> gx_display_mouse_capture = _gx_display_driver_16bpp_mouse_captur… in _gx_display_driver_565rgb_setup()
[all …]
Dgx_display_driver_24xrgb_setup.c76 VOID _gx_display_driver_24xrgb_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_24xrgb_setup() argument
81 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_24xrgb_setup()
82 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_24xrgb_setup()
86 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_24xrgb_setup()
87 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_24xrgb_setup()
89 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_24xrgb_setup()
90 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_24xrgb_setup()
92 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_24xrgb_setup()
93 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_24xrgb_setup()
96display -> gx_display_mouse_capture = _gx_display_driver_24xrgb_mouse_captu… in _gx_display_driver_24xrgb_setup()
[all …]
Dgx_display_driver_32argb_setup.c75 VOID _gx_display_driver_32argb_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_32argb_setup() argument
80 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_32argb_setup()
81 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_32argb_setup()
85 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_32argb_setup()
86 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_32argb_setup()
88 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_32argb_setup()
89 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_32argb_setup()
91 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_32argb_setup()
92 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_32argb_setup()
95display -> gx_display_mouse_capture = _gx_display_driver_24xrgb_mouse_captu… in _gx_display_driver_32argb_setup()
[all …]
Dgx_display_driver_8bit_palette_setup.c80 VOID _gx_display_driver_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_8bit_palette_setup() argument
85 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_8bit_palette_setup()
86 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_8bit_palette_setup()
90 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_8bit_palette_setup()
91 display -> gx_display_mouse_enable = GX_NULL; in _gx_display_driver_8bit_palette_setup()
93 display -> gx_display_mouse.gx_mouse_capture_memory = (GX_UBYTE *)mouse_capture_memory; in _gx_display_driver_8bit_palette_setup()
94 display -> gx_display_mouse.gx_mouse_status = 0; in _gx_display_driver_8bit_palette_setup()
96 display -> gx_display_mouse.gx_mouse_position.gx_point_x = display -> gx_display_width / 2; in _gx_display_driver_8bit_palette_setup()
97 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_8bit_palette_setup()
100display -> gx_display_mouse_capture = _gx_display_driver_8bpp_mouse_capture; in _gx_display_driver_8bit_palette_setup()
[all …]
Dgx_display_driver_24xrgb_rotated_setup.c67 VOID _gx_display_driver_24xrgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_24xrgb_rotated_setup() argument
71 _gx_display_driver_24xrgb_setup(display, aux_data, toggle_function); in _gx_display_driver_24xrgb_rotated_setup()
74 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
75 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
76 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
77 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
78 display -> gx_display_mouse_draw = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
79 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
80 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
81 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_24xrgb_rotated_setup()
[all …]
Dgx_display_driver_32argb_rotated_setup.c67 VOID _gx_display_driver_32argb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_32argb_rotated_setup() argument
71 _gx_display_driver_32argb_setup(display, aux_data, toggle_function); in _gx_display_driver_32argb_rotated_setup()
74 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
75 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
76 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
77 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
78 display -> gx_display_mouse_draw = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
79 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
80 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
81 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_32argb_rotated_setup()
[all …]
Dgx_display_driver_565rgb_rotated_setup.c68 VOID _gx_display_driver_565rgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_565rgb_rotated_setup() argument
72 _gx_display_driver_565rgb_setup(display, aux_data, toggle_function); in _gx_display_driver_565rgb_rotated_setup()
76 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
77 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
78 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
79 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
80 display -> gx_display_mouse_draw = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
81 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
82 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
83 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_565rgb_rotated_setup()
[all …]
Dgx_display_driver_8bit_palette_rotated_setup.c71 VOID _gx_display_driver_8bit_palette_rotated_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_8bit_palette_rotated_setup() argument
75 _gx_display_driver_8bit_palette_setup(display, aux_data, toggle_function); in _gx_display_driver_8bit_palette_rotated_setup()
78 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
79 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
80 display -> gx_display_mouse_capture = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
81 display -> gx_display_mouse_restore = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
82 display -> gx_display_mouse_draw = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
83 display -> gx_display_driver_drawing_initiate = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
84 display -> gx_display_driver_drawing_complete = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
85 display -> gx_display_mouse_position_set = GX_NULL; in _gx_display_driver_8bit_palette_rotated_setup()
[all …]
Dgx_display_driver_332rgb_setup.c70 VOID _gx_display_driver_332rgb_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_display_driver_332rgb_setup() argument
74 _gx_display_driver_8bit_palette_setup(display, aux_data, toggle_function); in _gx_display_driver_332rgb_setup()
76 display -> gx_display_color_format = GX_COLOR_FORMAT_8BIT_PACKED_PIXEL; in _gx_display_driver_332rgb_setup()
77display -> gx_display_driver_native_color_get = _gx_display_driver_332rgb_native_colo… in _gx_display_driver_332rgb_setup()
78display -> gx_display_driver_pixelmap_draw = _gx_display_driver_332rgb_pixelmap_dr… in _gx_display_driver_332rgb_setup()
79display -> gx_display_driver_alphamap_draw = _gx_display_driver_generic_alphamap_d… in _gx_display_driver_332rgb_setup()
80display -> gx_display_driver_anti_aliased_line_draw = _gx_display_driver_generic_aliased_li… in _gx_display_driver_332rgb_setup()
81display -> gx_display_driver_anti_aliased_wide_line_draw = _gx_display_driver_generic_aliased_wi… in _gx_display_driver_332rgb_setup()
84display -> gx_display_driver_anti_aliased_circle_draw = _gx_display_driver_generic_aliased_ci… in _gx_display_driver_332rgb_setup()
85display -> gx_display_driver_anti_aliased_ellipse_draw = _gx_display_driver_generic_aliased_el… in _gx_display_driver_332rgb_setup()
[all …]
Dgx_display_driver_generic_mouse_position_set.c69 VOID _gx_display_driver_generic_mouse_position_set(GX_DISPLAY *display, GX_POINT *pos) in _gx_display_driver_generic_mouse_position_set() argument
74 if (display->gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_mouse_position_set()
76 canvas = display -> gx_display_mouse.gx_mouse_canvas; in _gx_display_driver_generic_mouse_position_set()
77 mouse_rect = display -> gx_display_mouse.gx_mouse_rect; in _gx_display_driver_generic_mouse_position_set()
80 if (display -> gx_display_mouse.gx_mouse_status & GX_MOUSE_VISIBLE) in _gx_display_driver_generic_mouse_position_set()
82 display -> gx_display_mouse_restore(display); in _gx_display_driver_generic_mouse_position_set()
85 display -> gx_display_mouse.gx_mouse_position = *pos; in _gx_display_driver_generic_mouse_position_set()
87 if (display -> gx_display_mouse.gx_mouse_status & GX_MOUSE_ENABLED) in _gx_display_driver_generic_mouse_position_set()
89 display -> gx_display_mouse_capture(display); in _gx_display_driver_generic_mouse_position_set()
90 display -> gx_display_mouse_draw(display); in _gx_display_driver_generic_mouse_position_set()
[all …]
Dgx_display_language_table_set.c76 UINT _gx_display_language_table_set(GX_DISPLAY *display, GX_CHAR ***language_table, in _gx_display_language_table_set() argument
81 GX_CONST GX_CHAR ***old_table = display -> gx_display_language_table_deprecated; in _gx_display_language_table_set()
84 display -> gx_display_language_table_deprecated = (GX_CONST GX_CHAR ***)language_table; in _gx_display_language_table_set()
85 display -> gx_display_language_table = GX_NULL; in _gx_display_language_table_set()
87 display -> gx_display_language_table_size = num_languages; in _gx_display_language_table_set()
88 display -> gx_display_string_table_size = number_of_strings; in _gx_display_language_table_set()
101 if (root -> gx_window_root_canvas -> gx_canvas_display == display) in _gx_display_language_table_set()
163 UINT _gx_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **language_table, in _gx_display_language_table_set_ext() argument
168 GX_CONST GX_STRING **old_table = display -> gx_display_language_table; in _gx_display_language_table_set_ext()
171 display -> gx_display_language_table = language_table; in _gx_display_language_table_set_ext()
[all …]
Dgx_display_string_get.c78 UINT _gx_display_string_get(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **retu… in _gx_display_string_get() argument
86 string_table_size = display -> gx_display_string_table_size; in _gx_display_string_get()
97 language = display -> gx_display_active_language; in _gx_display_string_get()
98 if (display -> gx_display_language_table) in _gx_display_string_get()
100 string_ptr = display -> gx_display_language_table[language][string_id].gx_string_ptr; in _gx_display_string_get()
104 string_ptr = display -> gx_display_language_table[0][string_id].gx_string_ptr; in _gx_display_string_get()
109 if (display -> gx_display_language_table_deprecated) in _gx_display_string_get()
111 string_ptr = display -> gx_display_language_table_deprecated[language][string_id]; in _gx_display_string_get()
115 string_ptr = display -> gx_display_language_table_deprecated[0][string_id]; in _gx_display_string_get()
171 UINT _gx_display_string_get_ext(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_STRING *return_s… in _gx_display_string_get_ext() argument
[all …]
/GUIX-v6.4.1/test/example_internal/mcu_families/mcu_ra/
Dmcu_ra_specifications.c249 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
255 GX_STUDIO_DISPLAY_INFO *display_info = &mcu_ra_display_table[display]; in gx_studio_display_configure()
260 gx_display_create(display_info->display, in gx_studio_display_configure()
274 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
277 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
280 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
283 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
284 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
294 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
295 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/mcu_families/mcu_synergy/
Dmcu_synergy_specifications.c249 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
255 GX_STUDIO_DISPLAY_INFO *display_info = &mcu_synergy_display_table[display]; in gx_studio_display_configure()
260 gx_display_create(display_info->display, in gx_studio_display_configure()
274 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
277 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
280 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
283 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
284 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
294 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
295 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/mcu_families/mcu_rx/
Dmcu_rx_specifications.c249 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
255 GX_STUDIO_DISPLAY_INFO *display_info = &mcu_rx_display_table[display]; in gx_studio_display_configure()
260 gx_display_create(display_info->display, in gx_studio_display_configure()
274 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
277 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
280 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
283 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
284 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
294 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
295 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_32bpp_16bppdriver/
Dsynergy_32bpp_16bppdriver_specifications.c352 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
358 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_32bpp_16bppdriver_display_table[display]; in gx_studio_display_configure()
363 gx_display_create(display_info->display, in gx_studio_display_configure()
377 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
380 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
383 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
386 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
387 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
397 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
398 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_565rgb/
Dsynergy_565rgb_specifications.c316 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
322 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_565rgb_display_table[display]; in gx_studio_display_configure()
327 gx_display_create(display_info->display, in gx_studio_display_configure()
341 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
344 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
347 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
350 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
351 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
361 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
362 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_32argb/
Dsynergy_32argb_specifications.c352 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
358 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_32argb_display_table[display]; in gx_studio_display_configure()
363 gx_display_create(display_info->display, in gx_studio_display_configure()
377 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
380 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
383 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
386 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
387 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
397 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
398 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_4444argb_32bpp/
Dsynergy_4444argb_32bpp_specifications.c424 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
430 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_4444argb_32bpp_display_table[display]; in gx_studio_display_configure()
435 gx_display_create(display_info->display, in gx_studio_display_configure()
449 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
452 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
455 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
458 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
459 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
469 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
470 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_4444argb_16bpp/
Dsynergy_4444argb_16bpp_specifications.c419 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
425 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_4444argb_16bpp_display_table[display]; in gx_studio_display_configure()
430 gx_display_create(display_info->display, in gx_studio_display_configure()
444 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
447 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
450 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
453 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
454 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
464 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
465 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/ports/win32/inc/
Dgx_win32_display_driver.h94 UINT win32_graphics_driver_setup_monochrome(GX_DISPLAY *display);
95 UINT win32_graphics_driver_setup_4bpp_grayscale(GX_DISPLAY *display);
96 UINT win32_graphics_driver_setup_8bit_palette(GX_DISPLAY *display);
97 UINT win32_graphics_driver_setup_8bit_palette_rotated(GX_DISPLAY* display);
98 UINT win32_graphics_driver_setup_565rgb(GX_DISPLAY *display);
99 UINT win32_graphics_driver_setup_565rgb_rotated(GX_DISPLAY *display);
100 UINT win32_graphics_driver_setup_565bgr(GX_DISPLAY *display);
101 UINT win32_graphics_driver_setup_1555xrgb(GX_DISPLAY *display);
102 UINT win32_graphics_driver_setup_4444argb(GX_DISPLAY *display);
103 UINT win32_graphics_driver_setup_24xrgb(GX_DISPLAY *display);
[all …]
/GUIX-v6.4.1/test/example_internal/synergy_text_rotation/
Dsynergy_text_rotation_specifications.c540 UINT gx_studio_display_configure(USHORT display, UINT (*driver)(GX_DISPLAY *), in gx_studio_display_configure() argument
546 GX_STUDIO_DISPLAY_INFO *display_info = &synergy_text_rotation_display_table[display]; in gx_studio_display_configure()
551 gx_display_create(display_info->display, in gx_studio_display_configure()
565 …gx_display_color_table_set(display_info->display, theme_ptr->theme_color_table, theme_ptr->theme_c… in gx_studio_display_configure()
568 if (display_info->display->gx_display_driver_palette_set && in gx_studio_display_configure()
571 …display_info->display->gx_display_driver_palette_set(display_info->display, theme_ptr->theme_palet… in gx_studio_display_configure()
574 …gx_display_font_table_set(display_info->display, theme_ptr->theme_font_table, theme_ptr->theme_fon… in gx_studio_display_configure()
575 …gx_display_pixelmap_table_set(display_info->display, theme_ptr->theme_pixelmap_table, theme_ptr->t… in gx_studio_display_configure()
585 …gx_display_language_table_set_ext(display_info->display, display_info->language_table, (GX_UBYTE) … in gx_studio_display_configure()
586 gx_display_active_language_set(display_info->display, language); in gx_studio_display_configure()
[all …]
/GUIX-v6.4.1/test/guix_test/display_driver/
Dgx_validation_display_driver_8bpp.c27 UINT gx_validation_display_driver_setup_8bit_palette(GX_DISPLAY *display);
28 UINT gx_validation_display_driver_setup_8bit_palette_rotated(GX_DISPLAY *display);
29 VOID gx_validation_graphics_driver_cleanup_8bit_palette(GX_DISPLAY *display);
38 VOID _gx_validation_display_driver_8bit_palette_set(GX_DISPLAY *display, GX_COLOR *palette, INT cou… in _gx_validation_display_driver_8bit_palette_set() argument
40 display -> gx_display_palette = palette; in _gx_validation_display_driver_8bit_palette_set()
41 display -> gx_display_palette_size = count; in _gx_validation_display_driver_8bit_palette_set()
44 UINT gx_validation_display_driver_setup_8bit_palette(GX_DISPLAY *display) in gx_validation_display_driver_setup_8bit_palette() argument
55 …_gx_display_driver_8bit_palette_setup(display, (VOID *)1, _gx_validation_display_buffer_8bit_palet… in gx_validation_display_driver_setup_8bit_palette()
56 display -> gx_display_driver_palette_set = _gx_validation_display_driver_8bit_palette_set; in gx_validation_display_driver_setup_8bit_palette()
61 UINT gx_validation_display_driver_setup_8bit_palette_rotated(GX_DISPLAY *display) in gx_validation_display_driver_setup_8bit_palette_rotated() argument
[all …]

12345678910>>...45