Home
last modified time | relevance | path

Searched defs:canvas (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/
Dgx_display_driver_hardware_24xrgb.c160 GX_CANVAS *canvas = context->gx_draw_context_canvas; in gx_chromeart_horizontal_line_draw() local
182 GX_CANVAS *canvas = context->gx_draw_context_canvas; in gx_chromeart_vertical_line_draw() local
194 static void gx_chromeart_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) in gx_chromeart_canvas_copy()
245 GX_CANVAS *canvas; in gx_chromeart_alphamap_draw() local
309 GX_CANVAS *canvas; in gx_chromeart_pixelmap_draw() local
369 GX_CANVAS *canvas; in gx_chromeart_pixelmap_blend() local
426 GX_CANVAS *canvas; in gx_chromeart_glyph_8bit_draw() local
482 static VOID gx_chromeart_drawing_initiate(GX_DISPLAY *display, GX_CANVAS *canvas) in gx_chromeart_drawing_initiate()
488 static VOID gx_chromeart_drawing_complete(GX_DISPLAY *display, GX_CANVAS *canvas) in gx_chromeart_drawing_complete()
496 static void hardware_24xrgb_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in hardware_24xrgb_buffer_toggle()
Dgx_display_driver_hardware_565rgb.c141 GX_CANVAS *canvas = context->gx_draw_context_canvas; in gx_chromeart_horizontal_line_draw() local
158 GX_CANVAS *canvas = context->gx_draw_context_canvas; in gx_chromeart_vertical_line_draw() local
170 static void gx_chromeart_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) in gx_chromeart_canvas_copy()
219 GX_CANVAS *canvas; in gx_chromeart_pixelmap_draw() local
311 GX_CANVAS *canvas; in gx_chromeart_pixelmap_blend() local
393 GX_CANVAS *canvas; in gx_chromeart_glyph_8bit_draw() local
455 static VOID gx_chromeart_drawing_initiate(GX_DISPLAY *display, GX_CANVAS *canvas) in gx_chromeart_drawing_initiate()
461 static VOID gx_chromeart_drawing_complete(GX_DISPLAY *display, GX_CANVAS *canvas) in gx_chromeart_drawing_complete()
469 static void hardware_565rgb_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in hardware_565rgb_buffer_toggle()
/GUIX-v6.2.1/common/src/
Dgx_system_canvas_refresh.c86 GX_CANVAS *canvas = root -> gx_window_root_canvas; local
295 GX_CANVAS *canvas; local
308 canvas = GX_NULL; local
Dgx_utility_canvas_to_bmp.c96 static UINT _gx_utility_write_bitmap_header(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_dat… in _gx_utility_write_bitmap_header()
339 static void _gx_utility_write_bitmap_data_32bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write… in _gx_utility_write_bitmap_data_32bpp()
403 static void _gx_utility_write_bitmap_data_16bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write… in _gx_utility_write_bitmap_data_16bpp()
474 static void _gx_utility_write_bitmap_data_8bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_… in _gx_utility_write_bitmap_data_8bpp()
552 static void _gx_utility_write_bitmap_data_4bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_… in _gx_utility_write_bitmap_data_4bpp()
659 static void _gx_utility_write_bitmap_data_monochrome(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*… in _gx_utility_write_bitmap_data_monochrome()
780 UINT _gx_utility_canvas_to_bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *… in _gx_utility_canvas_to_bmp()
Dgx_widget_string_get.c79 GX_CANVAS *canvas; in _gx_widget_string_get() local
148 GX_CANVAS *canvas; in _gx_widget_string_get_ext() local
Dgx_canvas_create.c89 UINT _gx_canvas_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, in _gx_canvas_create()
167 VOID _win32_compatible_canvas_memory_allocate(GX_CANVAS *canvas) in _win32_compatible_canvas_memory_allocate()
Dgx_system_dirty_partial_add.c82 GX_CANVAS *canvas; in _gx_system_dirty_entry_shift() local
141 GX_CANVAS *canvas; in _gx_system_dirty_partial_add() local
Dgx_canvas_delete.c72 UINT _gx_canvas_delete(GX_CANVAS *canvas) in _gx_canvas_delete()
Dgx_animation_canvas_define.c76 UINT _gx_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) in _gx_animation_canvas_define()
Dgx_canvas_dirty_mark.c73 VOID _gx_canvas_dirty_mark(GX_CANVAS *canvas, GX_RECTANGLE *area) in _gx_canvas_dirty_mark()
Dgx_canvas_mouse_hide.c70 UINT _gx_canvas_mouse_hide(GX_CANVAS *canvas) in _gx_canvas_mouse_hide()
Dgxe_canvas_show.c77 UINT _gxe_canvas_show(GX_CANVAS *canvas) in _gxe_canvas_show()
Dgxe_canvas_delete.c75 UINT _gxe_canvas_delete(GX_CANVAS *canvas) in _gxe_canvas_delete()
Dgxe_canvas_hide.c76 UINT _gxe_canvas_hide(GX_CANVAS *canvas) in _gxe_canvas_hide()
Dgxe_canvas_mouse_hide.c73 UINT _gxe_canvas_mouse_hide(GX_CANVAS *canvas) in _gxe_canvas_mouse_hide()
Dgxe_canvas_mouse_show.c73 UINT _gxe_canvas_mouse_show(GX_CANVAS *canvas) in _gxe_canvas_mouse_show()
Dgx_canvas_show.c71 UINT _gx_canvas_show(GX_CANVAS *canvas) in _gx_canvas_show()
Dgx_canvas_alpha_set.c73 UINT _gx_canvas_alpha_set(GX_CANVAS *canvas, GX_UBYTE alpha) in _gx_canvas_alpha_set()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_canvas_drawing_complete.c63 VOID drawing_complete(GX_DISPLAY *display, GX_CANVAS *canvas) in drawing_complete()
68 VOID drawing_initiate(GX_DISPLAY *display, GX_CANVAS *canvas) in drawing_initiate()
77 GX_CANVAS *canvas; in control_thread_entry() local
Dvalidation_guix_canvas_hardware_layer.c60 static UINT display_layer_initialize(INT layer, GX_CANVAS *canvas) in display_layer_initialize()
97 static UINT display_layer_initialize_2(INT layer, GX_CANVAS *canvas) in display_layer_initialize_2()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/
Dcommon_code.c40 VOID display_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in display_buffer_toggle()
121 VOID test_verify_canvas(GX_CANVAS *canvas, INT frame_id) in test_verify_canvas()
269 VOID test_jpeg_to_canvas_draw(GX_CANVAS *canvas, GX_WINDOW *window, MAP_INFO *test, INT frame_id) in test_jpeg_to_canvas_draw()
289 VOID test_jpeg_to_pixelmap_draw(GX_CANVAS *canvas, GX_WINDOW *window, MAP_INFO *test, GX_UBYTE outf… in test_jpeg_to_pixelmap_draw()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c42 void draw_scrolling_chart_lines(GX_CANVAS *canvas, GX_WINDOW *win) in draw_scrolling_chart_lines()
87 GX_CANVAS *canvas; in update_scrolling_chart() local
201 GX_CANVAS *canvas; in update_retrace_chart() local
/GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/
Dcommon_code.c58 VOID display_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in display_buffer_toggle()
161 VOID test_verify_canvas(GX_CANVAS *canvas, INT frame_id) in test_verify_canvas()
309 VOID test_jpeg_to_canvas_draw(GX_CANVAS *canvas, GX_WINDOW *window, MAP_INFO *test, INT frame_id) in test_jpeg_to_canvas_draw()
330 VOID test_jpeg_to_pixelmap_draw(GX_CANVAS *canvas, GX_WINDOW *window, MAP_INFO *test, GX_UBYTE outf… in test_jpeg_to_pixelmap_draw()
/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_display_driver_8bpp.c34 static void _gx_validation_rotate_canvas(GX_CANVAS *canvas) in _gx_validation_rotate_canvas()
87 VOID _gx_validation_display_buffer_8bpp_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in _gx_validation_display_buffer_8bpp_toggle()
Dgx_validation_display_driver_32bpp.c33 static void _gx_validation_rotate_canvas(GX_CANVAS *canvas) in _gx_validation_rotate_canvas()
88 VOID _gx_validation_display_buffer_32bpp_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) in _gx_validation_display_buffer_32bpp_toggle()

12345678910>>...17