Home
last modified time | relevance | path

Searched refs:button_screen (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_widget_no_output.c61 …gx_widget_client_index_get((GX_WIDGET *)&button_screen.button_screen_base_button_1, (GX_WIDGET *)& in control_thread_entry()
65 …widget = _gx_widget_last_client_child_get((GX_WIDGET *)&button_screen.button_screen_base_button_1); in control_thread_entry()
72 widget = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
95 gx_system_focus_claim((GX_WIDGET *)&button_screen.button_screen_text_button_1); in control_thread_entry()
123 ToggleScreen((GX_WINDOW *)&window_screen, (GX_WINDOW *)&button_screen); in control_thread_entry()
129 gx_widget_show(&button_screen); in control_thread_entry()
130 gx_system_focus_claim(&button_screen); in control_thread_entry()
150 status = gx_widget_first_child_get((GX_WIDGET *)&button_screen, GX_NULL); in control_thread_entry()
161 status = gx_widget_last_child_get((GX_WIDGET *)&button_screen, GX_NULL); in control_thread_entry()
171 status = gx_widget_next_sibling_get((GX_WIDGET *)&button_screen, GX_NULL); in control_thread_entry()
[all …]
Dvalidation_guix_system_timer_update_no_output.c58 GX_WIDGET *button_1 = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
59 GX_WIDGET *button_2 = (GX_WIDGET *)&button_screen.button_screen_text_button_1; in control_thread_entry()
60 GX_WIDGET *button_3 = (GX_WIDGET *)&button_screen.button_screen_multi_line_button_1; in control_thread_entry()
82 button_screen.gx_widget_event_process_function = GX_NULL; in control_thread_entry()
84 gx_system_timer_start(&button_screen, TEST_TIMER_1, 2, 2); in control_thread_entry()
86 gx_system_timer_start(&button_screen, TEST_TIMER_2, 2, 2); in control_thread_entry()
87 gx_system_timer_start(&button_screen, TEST_TIMER_3, 2, 2); in control_thread_entry()
91 gx_system_timer_stop(&button_screen, 0); in control_thread_entry()
Dvalidation_guix_animation_delete_no_output.c75 info.gx_animation_parent = &button_screen; in control_thread_entry()
76 info.gx_animation_target = &button_screen.button_screen_title_1; in control_thread_entry()
79 info.gx_animation_start_position.gx_point_x = button_screen.gx_widget_size.gx_rectangle_left; in control_thread_entry()
80 info.gx_animation_start_position.gx_point_y = button_screen.gx_widget_size.gx_rectangle_top; in control_thread_entry()
82 info.gx_animation_end_position.gx_point_y = button_screen.gx_widget_size.gx_rectangle_right; in control_thread_entry()
91 info.gx_animation_target = &button_screen.button_screen_icon_button_6; in control_thread_entry()
92 info.gx_animation_parent = &button_screen.button_screen_text_button_1; in control_thread_entry()
98 status = gx_animation_delete(GX_NULL, (GX_WIDGET *)&button_screen); in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_ccw_glyph_draw.c91 gx_widget_draw_set(&button_screen, test_button_screen_draw); in control_thread_entry()
92 gx_prompt_font_set(&button_screen.button_screen_title_1, GX_FONT_ID_NORMAL_4BPP); in control_thread_entry()
93 gx_widget_style_add(&button_screen, GX_STYLE_USE_LOCAL_ALPHA); in control_thread_entry()
94 button_screen.gx_widget_alpha = 128; in control_thread_entry()
100 button_screen.gx_widget_alpha = 255; in control_thread_entry()
101 gx_widget_style_add(&button_screen.button_screen_title_1, GX_STYLE_USE_LOCAL_ALPHA); in control_thread_entry()
102 button_screen.button_screen_title_1.gx_widget_alpha = 0; in control_thread_entry()
Dvalidation_guix_all_widgets_32argb_rotated_cw_glyph_draw.c91 gx_widget_draw_set(&button_screen, test_button_screen_draw); in control_thread_entry()
92 gx_prompt_font_set(&button_screen.button_screen_title_1, GX_FONT_ID_NORMAL_4BPP); in control_thread_entry()
93 gx_widget_style_add(&button_screen, GX_STYLE_USE_LOCAL_ALPHA); in control_thread_entry()
94 button_screen.gx_widget_alpha = 128; in control_thread_entry()
100 button_screen.gx_widget_alpha = 255; in control_thread_entry()
101 gx_widget_style_add(&button_screen.button_screen_title_1, GX_STYLE_USE_LOCAL_ALPHA); in control_thread_entry()
102 button_screen.button_screen_title_1.gx_widget_alpha = 0; in control_thread_entry()
Dvalidation_guix_system_event_remove_no_output.c67 (GX_WIDGET *)&button_screen.button_screen_base_button_1,
68 (GX_WIDGET *)&button_screen.button_screen_text_button_1,
69 (GX_WIDGET *)&button_screen.button_screen_multi_line_button_1,
70 (GX_WIDGET *)&button_screen.button_screen_pixelmap_button1,
71 (GX_WIDGET *)&button_screen.button_screen_checkbox,
72 (GX_WIDGET *)&button_screen.button_screen_radio_button1,
73 (GX_WIDGET *)&button_screen.button_screen_base_button_1
Dvalidation_guix_animation_stop.c74 gx_system_timer_start((GX_WIDGET *)&button_screen, 1000, 1, 1); in control_thread_entry()
80 info_1.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
92 info_1.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
95 info_2.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_text_button_1; in control_thread_entry()
107 info_2.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
110 info_3.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_pixelmap_button1_1; in control_thread_entry()
122 info_3.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
Dvalidation_guix_system_canvas_refresh.c70 widget = (GX_WIDGET *)&button_screen.button_screen_button_label_1; in control_thread_entry()
98 gx_system_dirty_mark(&button_screen); in control_thread_entry()
99 gx_widget_status_add(&button_screen, GX_STATUS_TRANSPARENT); in control_thread_entry()
104 my_event.gx_event_target = (GX_WIDGET *)&button_screen; in control_thread_entry()
107 ToggleScreen((GX_WINDOW *)&window_screen, (GX_WINDOW *)&button_screen); in control_thread_entry()
Dvalidation_guix_system_dirty_list_remove.c69 gx_system_dirty_mark(&button_screen.button_screen_next_button); in control_thread_entry()
70 gx_widget_delete((GX_WIDGET*)&button_screen); in control_thread_entry()
78 gx_system_dirty_mark(&button_screen); in control_thread_entry()
79 gx_widget_delete((GX_WIDGET*)&button_screen); in control_thread_entry()
Dvalidation_guix_context_string_get_no_output.c51 …gx_canvas_drawing_initiate(root->gx_window_root_canvas, &button_screen, &button_screen.gx_widget_s… in control_thread_entry()
59 …gx_canvas_drawing_initiate(root->gx_window_root_canvas, &button_screen, &button_screen.gx_widget_s… in control_thread_entry()
Dvalidation_guix_system_private_string_delete_no_output.c47 GX_PROMPT *prompt = &button_screen.button_screen_title_1; in control_thread_entry()
48 GX_PROMPT *prompt_2 = &button_screen.button_screen_button_label_1; in control_thread_entry()
49 GX_TEXT_BUTTON *button = &button_screen.button_screen_text_button_1; in control_thread_entry()
50 GX_CHECKBOX *checkbox = &button_screen.button_screen_checkbox; in control_thread_entry()
Dvalidation_guix_332rgb_glyph_1bit_draw.c66 gx_widget_style_add(&button_screen, GX_STYLE_USE_LOCAL_ALPHA); in control_thread_entry()
67 button_screen.gx_widget_alpha = 128; in control_thread_entry()
78 ToggleScreen((GX_WINDOW *)&line_screen, (GX_WINDOW *)&button_screen); in control_thread_entry()
Dvalidation_guix_widget_border_draw.c63 gx_button_draw(&button_screen.button_screen_base_button_1); in test_button_screen_draw()
68 GX_WIDGET *button = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
70 gx_widget_draw_set(&button_screen, test_button_screen_draw); in control_thread_entry()
Dvalidation_guix_widget_back_move.c72 GX_WIDGET *list[] = {(GX_WIDGET *)&button_screen.button_screen_base_button_1, in control_thread_entry()
73 (GX_WIDGET *)&button_screen.button_screen_text_button_1, in control_thread_entry()
74 (GX_WIDGET *)&button_screen.button_screen_multi_line_button_1}; in control_thread_entry()
Dvalidation_guix_1bpp_glyph_draw.c79 ToggleScreen((GX_WINDOW *)&button_screen, (GX_WINDOW *)&sprite_screen); in control_thread_entry()
88 gx_widget_style_remove((GX_WIDGET *)&button_screen.button_screen_title_1, GX_STYLE_TRANSPARENT); in control_thread_entry()
89 …gx_prompt_text_color_set(&button_screen.button_screen_title_1, TEST_1BPP_INVALID_COLOR, TEST_1BPP_… in control_thread_entry()
Dvalidation_guix_widget_back_attach.c64 GX_WIDGET *button = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
65 GX_WIDGET *text_button = (GX_WIDGET *)&button_screen.button_screen_text_button_1; in control_thread_entry()
66 GX_WIDGET *multi_line_button = (GX_WIDGET *)&button_screen.button_screen_multi_line_button_1; in control_thread_entry()
Dvalidation_guix_widget_link.c64 GX_WIDGET *button = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
65 GX_WIDGET *text_button = (GX_WIDGET *)&button_screen.button_screen_text_button_1; in control_thread_entry()
66 GX_WIDGET *multi_line_button = (GX_WIDGET *)&button_screen.button_screen_multi_line_button_1; in control_thread_entry()
Dvalidation_guix_system_no_output.c74 _gx_system_input_capture((GX_WIDGET *)&button_screen); in control_thread_entry()
86 gx_widget_event_process_set(&button_screen, test_event_handler); in control_thread_entry()
87 gx_widget_style_add(&button_screen, GX_STYLE_ENABLED); in control_thread_entry()
153 gx_widget_font_get(&button_screen, GX_FONT_ID_SYSTEM, &font); in control_thread_entry()
Dvalidation_guix_widget_child_focus_assign_no_output.c64 my_event.gx_event_target = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
67 gx_system_focus_claim(&button_screen); in control_thread_entry()
69 if(_gx_system_focus_owner != (GX_WIDGET *)&button_screen.button_screen_base_button_1) in control_thread_entry()
Dvalidation_guix_widget_find_no_output.c53 gx_widget_find(&button_screen, ID_TEXT_BUTTON, GX_SEARCH_DEPTH_INFINITE, &find); in control_thread_entry()
54 EXPECT_EQ((GX_WIDGET *)&button_screen.button_screen_text_button_1, find); in control_thread_entry()
87 ToggleScreen((GX_WINDOW *)&menu_screen, (GX_WINDOW *)&button_screen); in control_thread_entry()
Dvalidation_guix_context_brush_define_no_output.c50 …gx_canvas_drawing_initiate(root->gx_window_root_canvas, &button_screen, &button_screen.gx_widget_s… in control_thread_entry()
Dvalidation_guix_prompt_text_get_no_output.c49 GX_PROMPT *prompt = &button_screen.button_screen_title_1; in control_thread_entry()
52 gx_widget_hide(&button_screen); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_flip.c65 (GX_WINDOW *)&button_screen,
76 GX_WINDOW *current = (GX_WINDOW *)&button_screen; in control_thread_entry()
Dvalidation_guix_text_button_text_get_no_output.c63 gx_widget_hide(&button_screen); in control_thread_entry()
64 status = gx_text_button_text_get(&button_screen.button_screen_text_button_1, &text); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Ddemo_guix_all_widgets_defined_5_4_0_compatibility.c204 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
208 gx_widget_style_remove(&button_screen.button_screen_pixelmap_button1, GX_STYLE_ENABLED); in buttons_handler()
212 gx_widget_style_add(&button_screen.button_screen_pixelmap_button1, GX_STYLE_ENABLED); in buttons_handler()
376 gx_widget_fill_color_set((GX_WIDGET *)&button_screen, GX_COLOR_ID_ORANGE, GX_COLOR_ID_BLUE); in color_set_API_compatibility_test()
377 …gx_prompt_text_color_set(&button_screen.button_screen_count_prompt, GX_COLOR_ID_BLUE, GX_COLOR_ID_… in color_set_API_compatibility_test()
378 …gx_text_button_text_color_set(&button_screen.button_screen_text_button_1, GX_COLOR_ID_BLUE, GX_COL… in color_set_API_compatibility_test()

12345678910>>...15