Home
last modified time | relevance | path

Searched refs:gx_canvas_display (Results 1 – 25 of 194) sorted by relevance

12345678

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_332rgb_pixelmap_blend.c103 root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixel_blend = GX_NULL; in control_thread_entry()
115 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, 0, 0, &i… in control_thread_entry()
119 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, 0, 0, &i… in control_thread_entry()
123 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, 0, 0, &i… in control_thread_entry()
Dvalidation_guix_utility_no_output.c77 root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = 0; in control_thread_entry()
82 …root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = GX_COLOR_FORMAT_8BIT_PAL… in control_thread_entry()
83 root->gx_window_root_canvas->gx_canvas_display->gx_display_palette = (GX_COLOR *)↦ in control_thread_entry()
84 root->gx_window_root_canvas->gx_canvas_display->gx_display_palette_size = 0; in control_thread_entry()
89 root->gx_window_root_canvas->gx_canvas_display->gx_display_palette = GX_NULL; in control_thread_entry()
Dvalidation_guix_all_widgets_display_color_set.c103 …gx_display_color_table_set(root->gx_window_root_canvas->gx_canvas_display, display_color_table, di… in control_thread_entry()
104 …gx_display_color_set(root->gx_window_root_canvas->gx_canvas_display, GX_COLOR_ID_WINDOW_FILL, 0xff… in control_thread_entry()
110 gx_display_color_table_set(root->gx_window_root_canvas->gx_canvas_display, GX_NULL, 0); in control_thread_entry()
Dvalidation_guix_565rgb_palette_pixelmap_draw.c100 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, xpos, yp… in window_1_draw()
104 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, xpos, yp… in window_1_draw()
108 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixelmap_blend(GX_NULL, xpos, yp… in window_1_draw()
111 root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixel_blend = GX_NULL; in window_1_draw()
Dvalidation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c116 root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = 0; in control_thread_entry()
132 … root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = GX_COLOR_FORMAT_32ARGB; in control_thread_entry()
144 root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixel_blend = GX_NULL; in control_thread_entry()
Dvalidation_guix_1bpp_glyph_draw.c84 …gx_display_color_table_set(root->gx_window_root_canvas->gx_canvas_display, test_color_table, sizeo… in control_thread_entry()
96 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_pixel_write(&context, 201, 35, 2… in control_thread_entry()
Dvalidation_guix_canvas_drawing_complete.c82 canvas->gx_canvas_display->gx_display_driver_drawing_complete = drawing_complete; in control_thread_entry()
103 canvas->gx_canvas_display->gx_display_driver_drawing_initiate = drawing_initiate; in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_cw_horizontal_pixelmap_line_draw.c110 context.gx_draw_context_display = root->gx_window_root_canvas->gx_canvas_display; in control_thread_entry()
114 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_horizontal_pixelmap_line_draw(&c… in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c120 context.gx_draw_context_display = root->gx_window_root_canvas->gx_canvas_display; in control_thread_entry()
124 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_horizontal_pixelmap_line_draw(&c… in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c137 context.gx_draw_context_display = root->gx_window_root_canvas->gx_canvas_display; in control_thread_entry()
139 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_horizontal_pixelmap_line_draw(&c… in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_shapes_screen.c137 context.gx_draw_context_display = root->gx_window_root_canvas->gx_canvas_display; in control_thread_entry()
139 …root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_horizontal_pixelmap_line_draw(&c… in control_thread_entry()
/GUIX-v6.2.1/common/src/
Dgx_utility_canvas_to_bmp.c129 switch (canvas -> gx_canvas_display -> gx_display_color_format) in _gx_utility_write_bitmap_header()
150 if ((canvas -> gx_canvas_display -> gx_display_palette == GX_NULL) || in _gx_utility_write_bitmap_header()
151 (canvas -> gx_canvas_display -> gx_display_palette_size == 0)) in _gx_utility_write_bitmap_header()
157 b_info.bi_ClrUsed = canvas -> gx_canvas_display -> gx_display_palette_size; in _gx_utility_write_bitmap_header()
158 b_info.bi_ClrImportant = canvas -> gx_canvas_display -> gx_display_palette_size; in _gx_utility_write_bitmap_header()
159 … bmp_fheader.offset += canvas -> gx_canvas_display -> gx_display_palette_size * sizeof(GX_COLOR); in _gx_utility_write_bitmap_header()
207 switch (canvas -> gx_canvas_display -> gx_display_color_format) in _gx_utility_write_bitmap_header()
237 palette = canvas -> gx_canvas_display -> gx_display_palette; in _gx_utility_write_bitmap_header()
238 count = (INT)(canvas -> gx_canvas_display -> gx_display_palette_size); in _gx_utility_write_bitmap_header()
799 pixelmap_format = canvas -> gx_canvas_display -> gx_display_color_format; in _gx_utility_canvas_to_bmp()
Dgx_system_canvas_refresh.c110 …dirty_width = (GX_VALUE)(canvas -> gx_canvas_memory_size / canvas -> gx_canvas_display -> gx_displ…
122 …dirty_height = (GX_VALUE)(canvas -> gx_canvas_memory_size / canvas -> gx_canvas_display -> gx_disp…
180 …rty_height = (GX_VALUE)(canvas -> gx_canvas_memory_size / canvas -> gx_canvas_display -> gx_displa…
417 …canvas -> gx_canvas_display -> gx_display_driver_buffer_toggle(canvas, &canvas -> gx_canvas_dirty_…
441 …canvas -> gx_canvas_display -> gx_display_driver_buffer_toggle(canvas, &canvas -> gx_canvas_dirty_…
Dgx_canvas_composite_create.c187 canvas -> gx_canvas_display -> gx_display_driver_canvas_copy(canvas, composite); in _gx_canvas_composite_create()
194 …if ((canvas->gx_canvas_alpha != 0) && (canvas->gx_canvas_display -> gx_display_driver_canvas_blend… in _gx_canvas_composite_create()
197 … canvas -> gx_canvas_display -> gx_display_driver_canvas_blend(canvas, composite); in _gx_canvas_composite_create()
Dgxe_canvas_hardware_layer_bind.c95 if (canvas -> gx_canvas_display == GX_NULL) in _gxe_canvas_hardware_layer_bind()
99 if (canvas -> gx_canvas_display -> gx_display_layer_services == GX_NULL) in _gxe_canvas_hardware_layer_bind()
Dgx_canvas_drawing_complete.c77 GX_DISPLAY *display = canvas -> gx_canvas_display; in _gx_canvas_drawing_complete()
101 …canvas -> gx_canvas_display -> gx_display_driver_buffer_toggle(canvas, &canvas -> gx_canvas_dirty_… in _gx_canvas_drawing_complete()
Dgx_widget_string_get.c88 display = canvas -> gx_canvas_display; in _gx_widget_string_get()
157 display = canvas -> gx_canvas_display; in _gx_widget_string_get_ext()
Dgx_system_event_dispatch.c122 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch()
166 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch()
Dgx_display_language_table_set.c101 if (root -> gx_window_root_canvas -> gx_canvas_display == display) in _gx_display_language_table_set()
191 if (root -> gx_window_root_canvas -> gx_canvas_display == display) in _gx_display_language_table_set_ext()
/GUIX-v6.2.1/test/example_internal/two_displays_binres/
Ddemo_guix_two_displays_binres.c159 status = load_theme(address, root1->gx_window_root_canvas->gx_canvas_display, theme[0]); in load_resource()
163 …status = load_language_table(address, root1->gx_window_root_canvas->gx_canvas_display, language_ta… in load_resource()
171 status = load_theme(address, root2->gx_window_root_canvas->gx_canvas_display, theme[1]); in load_resource()
175 …status = load_language_table(address, root2->gx_window_root_canvas->gx_canvas_display, language_ta… in load_resource()
/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_display_driver_32bpp.c59 if (canvas -> gx_canvas_display -> gx_display_rotation_angle == GX_SCREEN_ROTATION_CW) in _gx_validation_rotate_canvas()
118 if((canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_NONE) && in _gx_validation_display_buffer_32bpp_toggle()
119 (canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_FLIP)) in _gx_validation_display_buffer_32bpp_toggle()
Dgx_validation_display_driver_8bpp.c58 if (canvas -> gx_canvas_display -> gx_display_rotation_angle == GX_SCREEN_ROTATION_CW) in _gx_validation_rotate_canvas()
121 if((canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_NONE) && in _gx_validation_display_buffer_8bpp_toggle()
122 (canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_FLIP)) in _gx_validation_display_buffer_8bpp_toggle()
Dgx_validation_display_driver_16bpp.c60 if (canvas -> gx_canvas_display -> gx_display_rotation_angle == GX_SCREEN_ROTATION_CW) in _gx_validation_rotate_canvas()
122 if((canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_NONE) && in _gx_validation_display_buffer_16bpp_toggle()
123 (canvas->gx_canvas_display->gx_display_rotation_angle != GX_SCREEN_ROTATION_FLIP)) in _gx_validation_display_buffer_16bpp_toggle()
/GUIX-v6.2.1/test/example_internal/multi_themes_332rgb/
Ddemo_guix_multi_themes_332rgb.c114 …gx_display_language_table_set_ext(root->gx_window_root_canvas->gx_canvas_display, &main_display_la… in simple_window_event_handler()
119 …gx_display_language_table_set_ext(root->gx_window_root_canvas->gx_canvas_display, &main_display_la… in simple_window_event_handler()
223 …gx_display_language_table_set_ext(root->gx_window_root_canvas->gx_canvas_display, language_table, … in load_binres_language_table()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c112 root->gx_window_root_canvas->gx_canvas_display, in create_screen_drag_animations()
121 root->gx_window_root_canvas->gx_canvas_display, in create_screen_drag_animations()
128 root->gx_window_root_canvas->gx_canvas_display, in create_screen_drag_animations()

12345678