Home
last modified time | relevance | path

Searched refs:input_string (Results 1 – 25 of 58) sorted by relevance

123

/GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/
Ddemo_guix_horizontal_list.c30 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
98 GX_CHAR *input_string; in set_page_index() local
103 gx_single_line_text_input_buffer_get(input, &input_string, &string_size, GX_NULL); in set_page_index()
104 string_to_int(input_string, string_size, &index); in set_page_index()
119 GX_CHAR *input_string; in set_selected_index() local
124 gx_single_line_text_input_buffer_get(input, &input_string, &string_size, GX_NULL); in set_selected_index()
125 string_to_int(input_string, string_size, &index); in set_selected_index()
140 GX_CHAR* input_string; in set_total_cols() local
145 gx_single_line_text_input_buffer_get(input, &input_string, &string_size, GX_NULL); in set_total_cols()
146 string_to_int(input_string, string_size, &index); in set_total_cols()
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_vertical_list/
Ddemo_guix_vertical_list.c29 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
96 GX_CHAR *input_string; in set_page_index() local
101 gx_single_line_text_input_buffer_get(input, &input_string, (UINT *)&string_size, GX_NULL); in set_page_index()
102 string_to_int(input_string, string_size, &index); in set_page_index()
117 GX_CHAR *input_string; in set_selected_index() local
122 gx_single_line_text_input_buffer_get(input, &input_string, (UINT *)&string_size, GX_NULL); in set_selected_index()
123 string_to_int(input_string, string_size, &index); in set_selected_index()
138 GX_CHAR* input_string; in set_total_rows() local
143 gx_single_line_text_input_buffer_get(input, &input_string, (UINT*)&string_size, GX_NULL); in set_total_rows()
144 string_to_int(input_string, string_size, &index); in set_total_rows()
[all …]
/GUIX-v6.2.1/common/src/
Dgx_utility_string_length_check.c72 UINT _gx_utility_string_length_check(GX_CONST GX_CHAR *input_string, UINT *string_length, UINT max… in _gx_utility_string_length_check() argument
77 if (input_string == GX_NULL) in _gx_utility_string_length_check()
83 for (i = 0; input_string[i]; i++) in _gx_utility_string_length_check()
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/
Ddemo_guix_circular_gauge.c24 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
140 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
144 if (input_string) in string_length_get()
147 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/tutorials/demo_guix_generic_scroll_wheel/
Ddemo_guix_generic_scroll_wheel.c91 GX_CHAR *input_string; in main_screen_event_process() local
98 …text_input_buffer_get(&main_screen.main_screen_text_input_total_row, &input_string, &string_size, … in main_screen_event_process()
99 value = string_to_int(input_string, string_size); in main_screen_event_process()
108 …t_input_buffer_get(&main_screen.main_screen_text_input_selected_row, &input_string, &string_size, … in main_screen_event_process()
109 value = string_to_int(input_string, string_size); in main_screen_event_process()
/GUIX-v6.2.1/test/example_internal/generic_scroll_wheel/
Ddemo_guix_generic_scroll_wheel.c96 GX_CHAR* input_string; in main_screen_event_process() local
103 …text_input_buffer_get(&main_screen.main_screen_text_input_total_row, &input_string, &string_size, … in main_screen_event_process()
104 string_to_int(input_string, string_size, &value); in main_screen_event_process()
112 …t_input_buffer_get(&main_screen.main_screen_text_input_selected_row, &input_string, &string_size, … in main_screen_event_process()
113 string_to_int(input_string, string_size, &value); in main_screen_event_process()
/GUIX-v6.2.1/tutorials/demo_guix_drop_list/
Ddemo_guix_drop_list.c15 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
177 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
181 if (input_string) in string_length_get()
184 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/
Ddemo_guix_scroll_wheel.c21 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
258 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
262 if (input_string) in string_length_get()
265 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_static/
Ddemo_guix_bidi_text_line_break_static.c60 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
64 if (input_string) in string_length_get()
67 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c19 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
282 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
286 if (input_string) in string_length_get()
289 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_home_screen.c37 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
41 if (input_string) in string_length_get()
44 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/kerning_glyph_in_string_table/
Ddemo_kerning_glyph_in_string_table.c113 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
117 if (input_string) in string_length_get()
120 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/binres_theme_static_language/
Ddemo_guix_binres_theme_static_language.c149 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
153 if (input_string) in string_length_get()
156 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/samples/demo_guix_calculator/
Ddemo_guix_calculator.c62 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
253 UINT string_length_get(GX_CONST GX_CHAR *input_string, UINT max_string_length) in string_length_get() argument
257 if (input_string) in string_length_get()
260 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/lines/
Ddemo_guix_lines.c56 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
265 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
269 if (input_string) in string_length_get()
272 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_synergy/
Ddemo_guix_multi_themes_16bpp_synergy.c140 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
144 if (input_string) in string_length_get()
147 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/multi_themes_32bpp/
Ddemo_guix_multi_themes_32bpp.c152 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
156 if (input_string) in string_length_get()
159 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/multi_themes_8bpp_palette/
Ddemo_guix_multi_themes_8bpp_palette.c139 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
143 if (input_string) in string_length_get()
146 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/samples/demo_guix_keyboard/
Ddemo_guix_keyboard.c10 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
292 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
296 if (input_string) in string_length_get()
299 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/
Ddemo_guix_screenshot_to_bitmap_16bpp.c226 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
230 if (input_string) in string_length_get()
233 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/
Ddemo_guix_screenshot_to_bitmap_32bpp.c225 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
229 if (input_string) in string_length_get()
232 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/
Ddemo_guix_screenshot_to_bitmap_332rgb.c225 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
229 if (input_string) in string_length_get()
232 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/
Ddemo_guix_screenshot_to_bitmap_monochrome.c196 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
200 if (input_string) in string_length_get()
203 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/
Ddemo_guix_screenshot_to_bitmap_8bit_palette.c226 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
230 if (input_string) in string_length_get()
233 for (length = 0; input_string[length]; length++) in string_length_get()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/
Ddemo_guix_screenshot_to_bitmap_1555xrgb.c226 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() argument
230 if (input_string) in string_length_get()
233 for (length = 0; input_string[length]; length++) in string_length_get()

123