| /GUIX-v6.2.1/test/example_internal/ml_text_input_16bpp/ |
| D | demo_guix_ml_text_input_16bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 93 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 126 ml_input = &pMainScreen->window_ml_text_input; in main_event_handler() 132 gx_widget_show((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 136 gx_widget_hide((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 205 cursor_width_input = &pMainScreen->window_cursor_width_input; in main_event_handler() 221 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 241 gx_prompt_text_set_ext(&pMainScreen->window_prompt_whitespace, &str); in main_event_handler() 250 gx_prompt_text_set_ext(&pMainScreen->window_prompt_line_space, &str); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_32bpp/ |
| D | demo_guix_ml_text_input_32bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 58 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 136 ml_input = &pMainScreen->window_ml_text_input; in main_event_handler() 142 gx_widget_show((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 146 gx_widget_hide((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 192 …gx_single_line_text_input_buffer_get(&pMainScreen->window_cursor_width_input, &input_buffer, &stri… in main_event_handler() 206 …gx_single_line_text_input_buffer_get(&pMainScreen->window_cursor_height_input, &input_buffer, &str… in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_8bpp/ |
| D | demo_guix_ml_text_input_8bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 58 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 90 ml_input = &pMainScreen->window_ml_text_input; in main_event_handler() 96 gx_widget_show((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 101 gx_widget_hide((GX_WIDGET *)&pMainScreen->window_input_scroll); in main_event_handler() 144 cursor_width_input = &pMainScreen->window_cursor_width_input; in main_event_handler() 159 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | demo_guix_ml_text_view_32bpp.c | 9 WINDOW_CONTROL_BLOCK *pMainScreen; variable 56 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 70 ml_view = &pMainScreen->window_text_view; in main_event_handler() 75 gx_widget_show((GX_WIDGET *)&pMainScreen->window_vertical_scroll_1); in main_event_handler() 80 gx_widget_hide((GX_WIDGET *)&pMainScreen->window_vertical_scroll_1); in main_event_handler() 148 gx_multi_line_text_view_text_set_ext(&pMainScreen->window_text_view, &str); in PopulateMLTexts()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_8bpp/ |
| D | demo_guix_ml_text_view_8bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 53 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 79 ml_view = &pMainScreen->window_text_view; in main_event_handler() 84 gx_widget_show((GX_WIDGET *)&pMainScreen->window_vertical_scroll_1); in main_event_handler() 89 gx_widget_hide((GX_WIDGET *)&pMainScreen->window_vertical_scroll_1); in main_event_handler()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_vertical_list_total_rows_set.c | 64 gx_vertical_list_total_rows_set(&pMainScreen->window_vertical_list_scroll, rows); in set_total_rows() 65 gx_vertical_list_total_rows_set(&pMainScreen->window_vertical_list_wrap, rows); in set_total_rows() 74 gx_vertical_list_selected_set(&pMainScreen->window_vertical_list_scroll, row); in select_row() 75 gx_vertical_list_selected_set(&pMainScreen->window_vertical_list_wrap, row); in select_row()
|
| D | validation_guix_horizontal_list_total_columns_set.c | 64 gx_horizontal_list_total_columns_set(&pMainScreen->window_horizontal_list_scroll, cols); in set_total_cols() 65 gx_horizontal_list_total_columns_set(&pMainScreen->window_horizontal_list_wrap, cols); in set_total_cols() 74 gx_horizontal_list_selected_set(&pMainScreen->window_horizontal_list_scroll, col); in select_col() 75 gx_horizontal_list_selected_set(&pMainScreen->window_horizontal_list_wrap, col); in select_col()
|
| D | validation_guix_horizontal_list_set_32bpp.c | 73 gx_horizontal_list_selected_set(&(pMainScreen)->window_horizontal_list_scroll, list_index); in control_thread_entry() 74 gx_horizontal_list_selected_set(&(pMainScreen)->window_horizontal_list_wrap, list_index); in control_thread_entry()
|
| D | validation_guix_vertical_list_set_32bpp.c | 76 gx_vertical_list_selected_set(&(pMainScreen)->window_vertical_list_scroll, list_index); in control_thread_entry() 77 gx_vertical_list_selected_set(&(pMainScreen)->window_vertical_list_wrap, list_index); in control_thread_entry()
|
| D | validation_guix_sl_input_style_remove.c | 68 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| D | validation_guix_sl_input_gain_lose_focus.c | 69 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| D | validation_guix_sl_input_text_select.c | 69 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| D | validation_guix_sl_input_input_focus_release.c | 68 gx_widget_detach(pMainScreen); in control_thread_entry()
|
| D | validation_guix_ml_text_input_copy.c | 71 text_input = &((WINDOW_CONTROL_BLOCK *)pMainScreen)->window_ml_text_input; in control_thread_entry()
|
| D | validation_guix_sl_input_mark_home.c | 72 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| D | validation_guix_ml_text_input_paste.c | 71 text_input = &((WINDOW_CONTROL_BLOCK *)pMainScreen)->window_ml_text_input; in control_thread_entry()
|
| D | validation_guix_ml_text_input_delete.c | 73 text_input = &((WINDOW_CONTROL_BLOCK *)pMainScreen)->window_ml_text_input; in control_thread_entry()
|
| D | validation_guix_vertical_list_child_height.c | 70 gx_widget_detach(pMainScreen); in control_thread_entry()
|
| D | validation_guix_sl_input_text_set.c | 71 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| D | validation_guix_sl_input_backspace.c | 73 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/vertical_list_32bpp/ |
| D | demo_guix_vertical_list_32bpp.c | 14 WINDOW_CONTROL_BLOCK *pMainScreen; variable 64 gx_studio_named_widget_create("window", (GX_WIDGET*)root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 68 vertical_list_children_create(pMainScreen); in demo_thread_entry() 69 vertical_wrap_list_children_create(pMainScreen); in demo_thread_entry() 93 gx_vertical_list_total_rows_set(&pMainScreen->window_vertical_list_scroll, --list_total_rows); in remove_last_index() 94 gx_vertical_list_total_rows_set(&pMainScreen->window_vertical_list_wrap, list_total_rows); in remove_last_index()
|
| /GUIX-v6.2.1/test/example_internal/horizontal_list_32bpp/ |
| D | demo_guix_horizontal_list_32bpp.c | 13 WINDOW_CONTROL_BLOCK *pMainScreen; variable 64 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 67 horizontal_list_children_create(pMainScreen); in demo_thread_entry() 68 horizontal_wrap_list_children_create(pMainScreen); in demo_thread_entry() 92 …gx_horizontal_list_total_columns_set(&pMainScreen->window_horizontal_list_scroll, --total_list_col… in remove_last_index() 93 … gx_horizontal_list_total_columns_set(&pMainScreen->window_horizontal_list_wrap, total_list_cols); in remove_last_index()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_8bpp/ |
| D | demo_guix_sl_text_input_8bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 54 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 85 input = &pMainScreen->window_sl_text_input; in main_event_handler() 148 cursor_width_input = &pMainScreen->window_cursor_width_input; in main_event_handler() 162 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_32bpp/ |
| D | demo_guix_sl_text_input_32bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 54 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 86 input = &pMainScreen->window_sl_text_input; in main_event_handler() 149 cursor_width_input = &pMainScreen->window_cursor_width_input; in main_event_handler() 163 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_16bpp/ |
| D | demo_guix_sl_text_input_16bpp.c | 8 WINDOW_CONTROL_BLOCK *pMainScreen; variable 94 gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen); in demo_thread_entry() 231 input = &pMainScreen->window_sl_text_input; in main_event_handler() 304 cursor_width_input = &pMainScreen->window_cursor_width_input; in main_event_handler() 319 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler()
|