Searched refs:new_string (Results 1 – 2 of 2) sorted by relevance
86 GX_STRING new_string; in _gx_widget_text_blend() local88 new_string.gx_string_ptr = string; in _gx_widget_text_blend()91 …status = _gx_utility_string_length_check(string, &new_string.gx_string_length, GX_MAX_STRING_LENGT… in _gx_widget_text_blend()97 …status = _gx_widget_text_blend_ext(widget, tColor, font_id, &new_string, x_offset, y_offset, alpha… in _gx_widget_text_blend()
173 GX_STRING new_string; in _gx_multi_line_text_input_text_set() local175 new_string.gx_string_ptr = text; in _gx_multi_line_text_input_text_set()179 new_string.gx_string_length = str_len; in _gx_multi_line_text_input_text_set()180 status = _gx_multi_line_text_input_text_set_ext(text_input, &new_string); in _gx_multi_line_text_input_text_set()