| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_multi_line_text_input_style_add.c | 81 …gx_multi_line_text_input_style_remove(ml_text_input, GX_STYLE_CURSOR_BLINK|GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 99 gx_multi_line_text_input_style_add(ml_text_input, GX_STYLE_CURSOR_BLINK|GX_STYLE_CURSOR_ALWAYS); in control_thread_entry()
|
| D | validation_guix_all_widgets_single_line_text_input_style_add.c | 81 …gx_single_line_text_input_style_remove(sl_text_input, GX_STYLE_CURSOR_BLINK|GX_STYLE_CURSOR_ALWAYS… in control_thread_entry() 99 … gx_single_line_text_input_style_add(sl_text_input, GX_STYLE_CURSOR_BLINK|GX_STYLE_CURSOR_ALWAYS); in control_thread_entry()
|
| D | validation_guix_all_widgets_widget_focus.c | 72 gx_single_line_text_input_style_remove(sl_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 73 gx_multi_line_text_input_style_remove(ml_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_all_widgets_1bpp_text_screen.c | 76 …ove(&(((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen)->text_screen_text_input_2),GX_STYLE_CURSOR_BLINK); in control_thread_entry() 77 …ve(&(((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen)->text_screen_text_input_1), GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_all_widgets_widget_move.c | 88 …_single_line_text_input_style_remove(&text_screen.text_screen_text_input_1, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 89 …x_multi_line_text_input_style_remove(&text_screen.text_screen_text_input_2, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_sl_input_style_remove.c | 71 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_sl_input_gain_lose_focus.c | 72 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_sl_input_text_select.c | 72 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_sl_input_input_focus_release.c | 73 gx_single_line_text_input_style_remove(text_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_ml_text_input_copy.c | 75 gx_multi_line_text_input_style_remove(text_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_text_input_cursor_height_set.c | 76 gx_single_line_text_input_style_remove(sl_text_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_sl_input_mark_home.c | 75 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_ml_text_input_paste.c | 75 gx_multi_line_text_input_style_remove(text_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| D | validation_guix_ml_text_input_delete.c | 77 gx_multi_line_text_input_style_remove(text_input, GX_STYLE_CURSOR_BLINK); in control_thread_entry()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_single_line_text_input_event_process.c | 321 (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK)) in _gx_single_line_text_input_event_process() 361 if (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK) in _gx_single_line_text_input_event_process() 433 if (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK) in _gx_single_line_text_input_event_process()
|
| D | gx_multi_line_text_input_event_process.c | 389 (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK)) in _gx_multi_line_text_input_event_process() 422 if (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK) in _gx_multi_line_text_input_event_process() 504 if (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK) in _gx_multi_line_text_input_event_process()
|
| D | gx_single_line_text_input_style_remove.c | 79 (style & GX_STYLE_CURSOR_BLINK)) in _gx_single_line_text_input_style_remove()
|
| D | gx_multi_line_text_input_style_remove.c | 80 (style & GX_STYLE_CURSOR_BLINK)) in _gx_multi_line_text_input_style_remove()
|
| D | gx_multi_line_text_input_style_add.c | 85 (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK)) in _gx_multi_line_text_input_style_add()
|
| D | gx_single_line_text_input_style_add.c | 88 (text_input -> gx_widget_style & GX_STYLE_CURSOR_BLINK)) in _gx_single_line_text_input_style_add()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_8bpp/ |
| D | demo_guix_sl_text_input_8bpp.c | 90 gx_single_line_text_input_style_add(input, GX_STYLE_CURSOR_BLINK); in main_event_handler() 94 gx_single_line_text_input_style_remove(input, GX_STYLE_CURSOR_BLINK); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_32bpp/ |
| D | demo_guix_ml_text_input_32bpp.c | 150 gx_multi_line_text_input_style_add(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler() 154 gx_multi_line_text_input_style_remove(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_8bpp/ |
| D | demo_guix_ml_text_input_8bpp.c | 106 gx_multi_line_text_input_style_add(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler() 110 gx_multi_line_text_input_style_remove(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_32bpp/ |
| D | demo_guix_sl_text_input_32bpp.c | 91 gx_single_line_text_input_style_add(input, GX_STYLE_CURSOR_BLINK); in main_event_handler() 95 gx_single_line_text_input_style_remove(input, GX_STYLE_CURSOR_BLINK); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_16bpp/ |
| D | demo_guix_ml_text_input_16bpp.c | 140 gx_multi_line_text_input_style_add(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler() 144 gx_multi_line_text_input_style_remove(ml_input, GX_STYLE_CURSOR_BLINK); in main_event_handler()
|