| /GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/ |
| D | demo_guix_horizontal_list.c | 30 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/ |
| D | demo_guix_vertical_list.c | 29 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/ |
| D | gx_utility_string_length_check.c | 72 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/ |
| D | demo_guix_circular_gauge.c | 24 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/ |
| D | demo_guix_generic_scroll_wheel.c | 91 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/ |
| D | demo_guix_generic_scroll_wheel.c | 96 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/ |
| D | demo_guix_drop_list.c | 15 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/ |
| D | demo_guix_scroll_wheel.c | 21 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/ |
| D | demo_guix_bidi_text_line_break_static.c | 60 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/ |
| D | demo_guix_widget_animation.c | 19 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/ |
| D | page_2_home_screen.c | 37 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/ |
| D | demo_kerning_glyph_in_string_table.c | 113 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/ |
| D | demo_guix_binres_theme_static_language.c | 149 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/ |
| D | demo_guix_calculator.c | 62 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/ |
| D | demo_guix_lines.c | 56 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/ |
| D | demo_guix_multi_themes_16bpp_synergy.c | 140 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/ |
| D | demo_guix_multi_themes_32bpp.c | 152 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/ |
| D | demo_guix_multi_themes_8bpp_palette.c | 139 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/ |
| D | demo_guix_keyboard.c | 10 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/ |
| D | demo_guix_screenshot_to_bitmap_16bpp.c | 226 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/ |
| D | demo_guix_screenshot_to_bitmap_32bpp.c | 225 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/ |
| D | demo_guix_screenshot_to_bitmap_332rgb.c | 225 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/ |
| D | demo_guix_screenshot_to_bitmap_monochrome.c | 196 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/ |
| D | demo_guix_screenshot_to_bitmap_8bit_palette.c | 226 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/ |
| D | demo_guix_screenshot_to_bitmap_1555xrgb.c | 226 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()
|