Searched refs:window_root (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_text_rotation.c | 75 GX_WINDOW_ROOT *window_root = NULL; in control_thread_entry() local 77 gx_window_root_find((GX_WIDGET *)&screen_base.screen_base_text_window, &window_root); in control_thread_entry() 78 if(window_root) in control_thread_entry() 118 …gx_canvas_drawing_initiate(window_root->gx_window_root_canvas, window_root->gx_widget_first_child,… in control_thread_entry() 122 …xcenter = (window_root->gx_widget_size.gx_rectangle_left + window_root->gx_widget_size.gx_rectangl… in control_thread_entry() 123 …ycenter = (window_root->gx_widget_size.gx_rectangle_top + window_root->gx_widget_size.gx_rectangle… in control_thread_entry() 125 gx_canvas_drawing_complete(window_root->gx_window_root_canvas, GX_TRUE); in control_thread_entry()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 130 GX_WINDOW_ROOT window_root; in control_thread_entry() local 3972 memset(&window_root, 0, sizeof(GX_WINDOW_ROOT)); in control_thread_entry() 3973 gx_window_root_create(&window_root, 0, 0, 0, 0, 0); //should return GX_PTR_ERROR in control_thread_entry() 3974 gx_window_root_create(&window_root, 0, 0, 0, 0, &size); //should return GX_PTR_ERROR in control_thread_entry() 3975 … _gxe_window_root_create(&window_root, 0, &canvas, 0, 0, &size, 0); //should return GX_INVALID_SIZE in control_thread_entry() 3976 window_root.gx_widget_type = GX_TYPE_ROOT_WINDOW; in control_thread_entry() 3977 gx_window_root_create(&window_root, 0, &canvas, 0, 0, &size); //should return GX_ALREADY_CREATED in control_thread_entry() 3980 window_root.gx_widget_type = 0; in control_thread_entry() 3981 gx_window_root_delete(&window_root); //should return GX_INVALID_WIDGET in control_thread_entry() 3982 window_root.gx_widget_type = GX_TYPE_ROOT_WINDOW; in control_thread_entry() [all …]
|