| /GUIX-v6.2.1/common/src/ |
| D | gx_window_root_create.c | 81 UINT _gx_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, in _gx_window_root_create() argument 87 memset(root_window, 0, sizeof(GX_WINDOW_ROOT)); in _gx_window_root_create() 90 _gx_window_create((GX_WINDOW *)root_window, name, GX_NULL, style, Id, size); in _gx_window_root_create() 93 root_window -> gx_widget_normal_fill_color = GX_COLOR_ID_CANVAS; in _gx_window_root_create() 94 root_window -> gx_widget_selected_fill_color = GX_COLOR_ID_CANVAS; in _gx_window_root_create() 95 root_window -> gx_widget_disabled_fill_color = GX_COLOR_ID_CANVAS; in _gx_window_root_create() 96 root_window -> gx_widget_type = GX_TYPE_ROOT_WINDOW; in _gx_window_root_create() 97 root_window -> gx_window_root_canvas = canvas; in _gx_window_root_create() 98 root_window -> gx_window_root_views_changed = GX_TRUE; in _gx_window_root_create() 99 root_window -> gx_widget_status &= ~GX_STATUS_MOVABLE; in _gx_window_root_create() [all …]
|
| D | gx_system_event_dispatch.c | 84 GX_WINDOW_ROOT *root_window = GX_NULL; in _gx_system_event_dispatch() local 115 root_window = _gx_system_top_root_find(&out_event); in _gx_system_event_dispatch() 117 if (root_window) in _gx_system_event_dispatch() 122 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch() 147 root_window = (GX_WINDOW_ROOT *)target -> gx_widget_parent; in _gx_system_event_dispatch() 148 while (root_window && root_window -> gx_widget_parent) in _gx_system_event_dispatch() 150 root_window = (GX_WINDOW_ROOT *)root_window -> gx_widget_parent; in _gx_system_event_dispatch() 157 root_window = _gx_system_top_root_find(&out_event); in _gx_system_event_dispatch() 160 if (root_window) in _gx_system_event_dispatch() 166 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch() [all …]
|
| D | gx_window_root_delete.c | 73 UINT _gx_window_root_delete(GX_WINDOW_ROOT *root_window) in _gx_window_root_delete() argument 77 _gx_system_all_views_free(root_window); in _gx_window_root_delete() 79 if (_gx_system_root_window_created_list == root_window) in _gx_window_root_delete() 89 if ((GX_WINDOW_ROOT *)previous -> gx_widget_next == root_window) in _gx_window_root_delete() 91 previous -> gx_widget_next = root_window -> gx_widget_next; in _gx_window_root_delete() 99 _gx_widget_delete((GX_WIDGET *)root_window); in _gx_window_root_delete() 102 memset(root_window, 0, sizeof(GX_WINDOW_ROOT)); in _gx_window_root_delete()
|
| D | gxe_window_root_delete.c | 73 UINT _gxe_window_root_delete(GX_WINDOW_ROOT *root_window) in _gxe_window_root_delete() argument 81 if (!root_window) in _gxe_window_root_delete() 87 if (root_window -> gx_widget_type == 0) in _gxe_window_root_delete() 92 if (root_window -> gx_widget_style & (GX_STYLE_TEXT_COPY | GX_STATUS_DYNAMICALLY_ALLOCATED)) in _gxe_window_root_delete() 101 status = _gx_window_root_delete(root_window); in _gxe_window_root_delete()
|
| D | gxe_window_root_create.c | 77 UINT _gxe_window_root_create(GX_WINDOW_ROOT *root_window, in _gxe_window_root_create() argument 87 if ((root_window == GX_NULL) || (size == GX_NULL)) in _gxe_window_root_create() 105 if (root_window -> gx_widget_type != 0) in _gxe_window_root_create() 111 status = _gx_window_root_create(root_window, name, canvas, style, Id, size); in _gxe_window_root_create()
|
| D | gxe_window_root_event_process.c | 77 UINT _gxe_window_root_event_process(GX_WINDOW_ROOT *root_window, GX_EVENT *event_ptr) in _gxe_window_root_event_process() argument 84 if ((!root_window) || (!event_ptr)) in _gxe_window_root_event_process() 90 status = _gx_window_root_event_process(root_window, event_ptr); in _gxe_window_root_event_process()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_window.h | 112 UINT _gx_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, GX_CANVAS *canvas, 114 UINT _gx_window_root_delete(GX_WINDOW_ROOT *root_window); 172 UINT _gxe_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, 174 UINT _gxe_window_root_delete(GX_WINDOW_ROOT *root_window);
|
| /GUIX-v6.2.1/test/example_internal/old_language_name_test_5_6/ |
| D | old_language_name_test_5_6_specifications.c | 288 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 293 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/ |
| D | demo_jpeg_decode_565rgb_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/ |
| D | demo_jpeg_decode_565rgb_rotated_ccw_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/ |
| D | demo_jpeg_decode_1555xrgb_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/ |
| D | demo_jpeg_decode_565rgb_rotated_cw_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/demo_guix_jpeg_decoding_1555xrgb/ |
| D | demo_jpeg_decode_1555xrgb_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/demo_guix_jpeg_decoding_565rgb/ |
| D | demo_jpeg_decode_565rgb_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/demo_guix_jpeg_decode_24xrgb_rotated_ccw/ |
| D | demo_jpeg_decode_24xrgb_rotated_ccw_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/ |
| D | demo_jpeg_decode_8bit_palette_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/ |
| D | demo_jpeg_decode_24xrgb_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb_rotated_ccw/ |
| D | demo_jpeg_decode_24xrgb_rotated_ccw_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb_rotated_cw/ |
| D | demo_jpeg_decode_24xrgb_rotated_cw_specifications.c | 292 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 297 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/mcu_families/mcu_rz/ |
| D | mcu_rz_specifications.c | 320 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 325 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/mcu_families/mcu_generic/ |
| D | mcu_generic_specifications.c | 320 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 325 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/mcu_families/mcu_st/ |
| D | mcu_st_specifications.c | 320 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 325 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_8bpp/ |
| D | standalone_binres_load_8bpp_specifications.c | 320 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 325 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/ |
| D | jpeg_draw_16bpp_specifications.c | 348 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 353 *return_root = display_info->root_window; in gx_studio_display_configure()
|
| /GUIX-v6.2.1/test/example_internal/synergy_565rgb_dave2d_disabled/ |
| D | synergy_565rgb_dave2d_disabled_specifications.c | 320 gx_window_root_create(display_info->root_window, in gx_studio_display_configure() 325 *return_root = display_info->root_window; in gx_studio_display_configure()
|