/GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
D | validation_guix_all_widgets_sl_text_input_property_16bpp.c | 65 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 70 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 72 strcat(text_input_ptr -> gx_single_line_text_input_buffer, "abc initial text"); in control_thread_entry() 73 …text_input_ptr -> gx_single_line_text_input_string_size = GX_STRLEN(text_input_ptr -> gx_single_li… in control_thread_entry() 75 gx_widget_status_remove((GX_WIDGET *)text_input_ptr, GX_STATUS_CURSOR_SHOW); in control_thread_entry() 82 …gx_widget_fill_color_set(text_input_ptr, GX_COLOR_ID_SLIDER_GROOVE_TOP, GX_COLOR_ID_SLIDER_GROOVE_… in control_thread_entry() 85 gx_system_dirty_mark(text_input_ptr); in control_thread_entry() 98 gx_widget_style_add(text_input_ptr, GX_STYLE_TRANSPARENT); in control_thread_entry() 101 gx_system_dirty_mark(text_input_ptr); in control_thread_entry() 113 gx_widget_style_remove(text_input_ptr, GX_STYLE_TRANSPARENT); in control_thread_entry() [all …]
|
D | validation_guix_single_line_text_input_property_24xrgb.c | 65 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 70 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 72 strcat(text_input_ptr -> gx_single_line_text_input_buffer, "abc initial text"); in control_thread_entry() 73 …text_input_ptr -> gx_single_line_text_input_string_size = GX_STRLEN(text_input_ptr -> gx_single_li… in control_thread_entry() 75 gx_widget_status_remove((GX_WIDGET *)text_input_ptr, GX_STATUS_CURSOR_SHOW); in control_thread_entry() 78 …gx_widget_fill_color_set(text_input_ptr, GX_COLOR_ID_SLIDER_GROOVE_TOP, GX_COLOR_ID_SLIDER_GROOVE_… in control_thread_entry() 81 gx_system_dirty_mark(text_input_ptr); in control_thread_entry() 93 gx_widget_style_add(text_input_ptr, GX_STYLE_TRANSPARENT); in control_thread_entry() 96 gx_system_dirty_mark(text_input_ptr); in control_thread_entry() 106 gx_widget_style_remove(text_input_ptr, GX_STYLE_TRANSPARENT); in control_thread_entry() [all …]
|
D | validation_guix_sl_input_draw.c | 67 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 72 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 75 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 78 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 81 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() 88 … gx_text_input_cursor_height_set(&text_input_ptr->gx_single_line_text_input_cursor_instance, 20); in control_thread_entry() 93 gx_single_line_text_input_text_select(text_input_ptr, 0, 1); in control_thread_entry() 98 gx_single_line_text_input_text_set(text_input_ptr, test_string); in control_thread_entry() 100 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() [all …]
|
D | validation_guix_sl_input_text_set.c | 67 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 71 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 74 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 75 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 76 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_RIGHT); in control_thread_entry() 77 gx_prompt_font_set((GX_PROMPT *)text_input_ptr, GX_FONT_ID_CHINESE_18PIX); in control_thread_entry() 78 gx_widget_string_get_ext(text_input_ptr, GX_STRING_ID_STRING_TEST_TEXT_SET, &string); in control_thread_entry() 79 gx_single_line_text_input_text_set_ext(text_input_ptr, &string); in control_thread_entry() 86 text_input_ptr->gx_single_line_text_input_buffer = input_buffer; in control_thread_entry() 87 text_input_ptr->gx_single_line_text_input_buffer_size = 3; in control_thread_entry() [all …]
|
D | validation_guix_sl_input_event_process.c | 108 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 114 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 116 gx_widget_hide((GX_WIDGET *)text_input_ptr); in control_thread_entry() 119 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 120 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 122 gx_widget_show((GX_WIDGET *)text_input_ptr); in control_thread_entry() 124 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_INPUT_NOTIFY_ALL); in control_thread_entry() 125 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 128 gx_system_timer_start((GX_WIDGET *)text_input_ptr, 1001, 1, 0); in control_thread_entry() 136 … gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() [all …]
|
D | validation_guix_all_widgets_sl_text_input_buffer_get.c | 67 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 74 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 77 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 78 …gx_single_line_text_input_character_insert(text_input_ptr, (GX_UBYTE *)input_text, GX_STRLEN(input… in control_thread_entry() 85 … gx_single_line_text_input_buffer_get(text_input_ptr, &buffer_address, &string_size, &buffer_size); in control_thread_entry() 87 if((buffer_address != text_input_ptr->gx_single_line_text_input_buffer) || in control_thread_entry() 88 (buffer_size != text_input_ptr->gx_single_line_text_input_buffer_size) || in control_thread_entry() 89 (string_size != text_input_ptr->gx_single_line_text_input_string_size)) in control_thread_entry()
|
D | validation_guix_sl_input_text_select.c | 66 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 69 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 72 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 74 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 77 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() 79 gx_widget_hide((GX_WIDGET *)text_input_ptr); in control_thread_entry() 80 gx_single_line_text_input_text_select(text_input_ptr, 0, 10); in control_thread_entry() 81 gx_widget_show((GX_WIDGET *)text_input_ptr); in control_thread_entry()
|
D | validation_guix_all_widgets_sl_text_input_16bpp.c | 78 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 90 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 92 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 93 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 96 gx_widget_border_style_set(text_input_ptr, GX_STYLE_BORDER_THICK); in control_thread_entry() 99 …gx_prompt_text_color_set((GX_PROMPT *)text_input_ptr, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK, GX_COL… in control_thread_entry() 105 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_LEFT); in control_thread_entry() 106 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_RIGHT); in control_thread_entry() 107 gx_single_line_text_input_buffer_clear(text_input_ptr); in control_thread_entry() 143 … text_input_ptr -> gx_single_line_text_input_string_size, x_point[x_index], y_point[y_index]); in control_thread_entry() [all …]
|
D | validation_guix_sl_input_mark_home.c | 67 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 72 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 75 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 77 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_RIGHT); in control_thread_entry() 79 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 82 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry()
|
D | validation_guix_sl_input_api_select.c | 144 void run_case(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, CASE *case_entry, int frame_id, int select… in run_case() argument 157 gx_single_line_text_input_text_set(text_input_ptr, english_text); in run_case() 176 … gx_single_line_text_input_text_select(text_input_ptr, test->end_index, test->start_index); in run_case() 180 … gx_single_line_text_input_text_select(text_input_ptr, test->start_index, test->end_index); in run_case() 207 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 215 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 218 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 219 gx_text_input_cursor_width_set(&text_input_ptr->gx_single_line_text_input_cursor_instance, 3); in control_thread_entry() 235 gx_widget_style_remove((GX_WIDGET *)text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 236 gx_widget_style_add((GX_WIDGET *)text_input_ptr, alignment_list[index]); in control_thread_entry() [all …]
|
D | validation_guix_sl_input_backspace.c | 67 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 73 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 77 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 78 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_RIGHT); in control_thread_entry() 79 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() 81 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry()
|
D | validation_guix_sl_input_style_remove.c | 65 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 68 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 71 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 72 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 74 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry()
|
D | validation_guix_sl_input_left_arrow.c | 66 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 72 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 77 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 79 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 82 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() 96 gx_single_line_text_input_text_select(text_input_ptr, 26, 0); in control_thread_entry() 113 … gx_single_line_text_input_text_select(text_input_ptr, 26, GX_STRLEN(SINGLE_LINE_TEXT) - 1); in control_thread_entry()
|
D | validation_guix_single_line_text_input_16bpp_unicode.c | 68 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 74 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 76 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 77 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 81 gx_prompt_font_set((GX_PROMPT *)text_input_ptr, font[font_depth][font_size]); in control_thread_entry() 83 gx_widget_border_style_set(text_input_ptr, GX_STYLE_BORDER_THICK); in control_thread_entry() 89 gx_system_focus_claim((GX_WIDGET *) text_input_ptr); in control_thread_entry()
|
D | validation_guix_sl_input_gain_lose_focus.c | 66 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 69 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 72 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 73 gx_single_line_text_input_text_set(text_input_ptr, english_text); in control_thread_entry() 75 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry() 82 gx_widget_focus_next((GX_WIDGET *)text_input_ptr); in control_thread_entry()
|
D | validation_guix_single_line_text_input_24xrgb_center_aligned.c | 78 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 88 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 90 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 91 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 93 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_LEFT); in control_thread_entry() 95 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_TEXT_CENTER); in control_thread_entry() 98 gx_widget_border_style_set(text_input_ptr, GX_STYLE_BORDER_THICK); in control_thread_entry() 134 …GX_STRLEN(text_input_ptr -> gx_single_line_text_input_buffer), x_point[x_index], y_point[y_index]); in control_thread_entry() 140 …GX_STRLEN(text_input_ptr -> gx_single_line_text_input_buffer), x_point[x_index], y_point[y_index]); in control_thread_entry()
|
D | validation_guix_sl_input_cursor.c | 99 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 106 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 109 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 110 gx_text_input_cursor_width_set(&text_input_ptr->gx_single_line_text_input_cursor_instance, 2); in control_thread_entry() 111 gx_single_line_text_input_text_set(text_input_ptr, text); in control_thread_entry() 115 gx_widget_style_remove((GX_WIDGET *)text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 116 gx_widget_style_add((GX_WIDGET *)text_input_ptr, alignment->value); in control_thread_entry()
|
D | validation_guix_sl_input_insert.c | 83 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 89 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 92 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 93 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 96 gx_single_line_text_input_text_set(text_input_ptr, (GX_CONST GX_CHAR *)SINGLE_LINE_TEXT); in control_thread_entry() 98 gx_system_focus_claim((GX_WIDGET *)text_input_ptr); in control_thread_entry()
|
D | validation_guix_sl_input_select_copy_paste.c | 140 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 150 text_input_ptr = &pMainScreen->window_sl_text_input; in control_thread_entry() 153 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 157 gx_prompt_font_set((GX_PROMPT *)text_input_ptr, font[font_depth][font_size]); in control_thread_entry() 161 gx_single_line_text_input_buffer_clear(text_input_ptr); in control_thread_entry() 162 gx_widget_style_remove((GX_WIDGET *)text_input_ptr, GX_STYLE_TEXT_ALIGNMENT_MASK); in control_thread_entry() 163 gx_widget_style_add((GX_WIDGET *)text_input_ptr, alignment->value); in control_thread_entry() 206 my_event.gx_event_target = (GX_WIDGET *)text_input_ptr; in control_thread_entry()
|
D | validation_guix_single_line_text_input_24xrgb.c | 78 GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr; in control_thread_entry() local 88 text_input_ptr = &((TEXT_SCREEN_CONTROL_BLOCK *)pTextScreen) -> text_screen_text_input_1; in control_thread_entry() 90 gx_single_line_text_input_style_remove(text_input_ptr, GX_STYLE_CURSOR_BLINK); in control_thread_entry() 91 gx_single_line_text_input_style_add(text_input_ptr, GX_STYLE_CURSOR_ALWAYS); in control_thread_entry() 94 gx_widget_border_style_set(text_input_ptr, GX_STYLE_BORDER_THICK); in control_thread_entry() 130 …GX_STRLEN(text_input_ptr -> gx_single_line_text_input_buffer), x_point[x_index], y_point[y_index]); in control_thread_entry() 136 …GX_STRLEN(text_input_ptr -> gx_single_line_text_input_buffer), x_point[x_index], y_point[y_index]); in control_thread_entry()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_single_line_text_input.h | 61 UINT _gx_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buf… 66 UINT _gx_single_line_text_input_create(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CONST GX_CHAR … 90 UINT _gx_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style); 91 UINT _gx_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style… 92 UINT _gx_single_line_text_input_style_set(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style); 108 UINT _gxe_single_line_text_input_buffer_clear(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr); 109 UINT _gxe_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **bu… 113 UINT _gxe_single_line_text_input_create(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CONST GX_CHAR… 118 UINT _gxe_single_line_text_input_event_process(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_EVENT … 123 UINT _gxe_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style); [all …]
|
D | gx_multi_line_text_input.h | 59 UINT _gx_multi_line_text_input_buffer_get(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buffe… 68 UINT _gx_multi_line_text_input_create(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, 99 UINT _gx_multi_line_text_input_style_add(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor_typ… 100 UINT _gx_multi_line_text_input_style_remove(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor_… 101 UINT _gx_multi_line_text_input_style_set(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor_typ… 119 UINT _gxe_multi_line_text_input_buffer_get(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buff… 125 UINT _gxe_multi_line_text_input_create(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, GX_CONST GX_CHAR *… 141 UINT _gxe_multi_line_text_input_style_add(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor_ty… 142 UINT _gxe_multi_line_text_input_style_remove(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor… 143 UINT _gxe_multi_line_text_input_style_set(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG cursor_ty…
|
/GUIX-v6.2.1/common/src/ |
D | gx_single_line_text_input_buffer_get.c | 75 UINT _gx_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buf… in _gx_single_line_text_input_buffer_get() argument 80 *buffer_address = text_input_ptr -> gx_single_line_text_input_buffer; in _gx_single_line_text_input_buffer_get() 85 *content_size = text_input_ptr -> gx_single_line_text_input_string_size; in _gx_single_line_text_input_buffer_get() 90 *buffer_size = text_input_ptr -> gx_single_line_text_input_buffer_size; in _gx_single_line_text_input_buffer_get()
|
D | gxe_single_line_text_input_buffer_get.c | 80 UINT _gxe_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **bu… in _gxe_single_line_text_input_buffer_get() argument 89 if (text_input_ptr == GX_NULL) in _gxe_single_line_text_input_buffer_get() 94 if (text_input_ptr -> gx_widget_type == 0) in _gxe_single_line_text_input_buffer_get() 100 …status = _gx_single_line_text_input_buffer_get(text_input_ptr, buffer_address, content_size, buffe… in _gxe_single_line_text_input_buffer_get()
|
D | gxe_multi_line_text_input_create.c | 86 UINT _gxe_multi_line_text_input_create(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, in _gxe_multi_line_text_input_create() argument 102 if ((text_input_ptr == GX_NULL) || (size == GX_NULL)) in _gxe_multi_line_text_input_create() 114 if (text_input_ptr -> gx_widget_type != 0) in _gxe_multi_line_text_input_create() 126 …status = _gx_multi_line_text_input_create(text_input_ptr, name_ptr, parent, input_buffer, buffer_s… in _gxe_multi_line_text_input_create()
|