Home
last modified time | relevance | path

Searched refs:string_length_get (Results 1 – 25 of 53) sorted by relevance

123

/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);
95 text.gx_string_length = string_length_get(pKeyInfo->text, MAX_TEXT_LENGTH); in custom_pixelmap_button_draw()
212 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()
216 …string.gx_string_length = string_length_get(string.gx_string_ptr, text_input->gx_single_line_text_… in calculator_event_handler()
223 …le_line_text_input_character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_… in calculator_event_handler()
230 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()
233 …string.gx_string_length = string_length_get(string.gx_string_ptr, text_input->gx_single_line_text_… in calculator_event_handler()
240 …le_line_text_input_character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_… in calculator_event_handler()
253 UINT string_length_get(GX_CONST GX_CHAR *input_string, UINT max_string_length) in string_length_get() function
/GUIX-v6.2.1/samples/demo_guix_medical/
Dpatients.c103 static UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
219 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_STRING_LENGTH); in patient_row_create()
224 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_STRING_LENGTH); in patient_row_create()
229 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_STRING_LENGTH); in patient_row_create()
234 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_STRING_LENGTH); in patient_row_create()
239 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_STRING_LENGTH); in patient_row_create()
287 string->gx_string_length = string_length_get(string->gx_string_ptr, MAX_STRING_LENGTH); in GetPatientName()
296 string->gx_string_length = string_length_get(string->gx_string_ptr, MAX_STRING_LENGTH); in GetPatientDOB()
/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);
106 string.gx_string_length = string_length_get(string.gx_string_ptr, sizeof(str_value1) - 1); in set_speed_value()
140 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
140 string.gx_string_length = string_length_get(item->text, MAX_ROW_TEXT_LENGTH); in drop_list_row_create()
177 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
127 string.gx_string_length = string_length_get(val, sizeof(val) - 1); in update_prompt()
244 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_COLOR_TEXT_LENGTH); in drop_list_color_create()
265 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
159 …string->gx_string_length = string_length_get(string->gx_string_ptr, GX_NUMERIC_PROMPT_BUFFER_SIZE … in day_wheel_value_format()
258 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Dguix_circular_gauge_screen.c14 extern UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
35 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_TEXT_LENGTH); in set_speed_value()
Dguix_scroll_wheel_screen.c12 extern UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
46 …string->gx_string_length = string_length_get(string->gx_string_ptr, GX_NUMERIC_SCROLL_WHEEL_STRING… in day_wheel_value_format()
Ddemo_guix_widget_types.c34 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
269 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_SLIDER_VAL_TEXT_LENGTH); in slider_value_update()
408 string.gx_string_length = string_length_get(entry->text, MAX_ROW_TEXT_LENGTH); in drop_list_row_create()
678 …length = string_length_get(prompt->gx_numeric_pixelmap_prompt_buffer, GX_NUMERIC_PROMPT_BUFFER_SIZ… in numeric_pixelmap_prompt_format_func()
686 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
215 string.gx_string_length = string_length_get(col->text, MAX_COL_TEXT_LENGTH); in horizontal_list_col_create()
256 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
213 string.gx_string_length = string_length_get(row->text, LIST_ROW_TEXT_BUFFER_SIZE - 1); in vertical_list_row_create()
256 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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);
244 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_EASING_TYPE_NAME_LENGTH); in drop_list_row_create()
282 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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() function
82 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/GUIX-v6.2.1/samples/demo_guix_shapes/
Dtext_rotation_window.c9 extern UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
113 string.gx_string_length = string_length_get(dynamic_text, MAX_DYNAMIC_TEXT_LENGTH); in text_window_draw()
204 string.gx_string_length = string_length_get(str_value, sizeof(str_value) - 1); in update_text_value()
Ddemo_guix_shapes.c54 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length);
132 string.gx_string_length = string_length_get(str, sizeof(str) - 1); in update_prompt_value()
425 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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() function
115 … string.gx_string_length = string_length_get(date_string_buffer, sizeof(date_string_buffer) - 1); in screen_time_update()
/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);
140 string.gx_string_length = string_length_get(string.gx_string_ptr, MAX_KEY_LENGTH); in key_widget_draw()
292 UINT string_length_get(GX_CONST GX_CHAR* input_string, UINT max_string_length) in string_length_get() function
/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() function
136 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
172 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
163 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
175 int len =string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
162 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
248 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
247 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()
/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() function
247 int len = string_length_get(pathname, MAX_PATH_LENGTH) - 1; in extract_path()

123