Searched refs:_lv_txt_ins (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/tests/src/test_cases/ |
D | test_txt.c | 83 _lv_txt_ins(target, msg_len, suffix); in test_txt_should_insert_string_into_another() 96 _lv_txt_ins(target, msg_len, NULL); in test_txt_should_handle_null_pointers_when_inserting()
|
/lvgl-3.4.0/src/misc/ |
D | lv_txt.h | 131 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt);
|
D | lv_txt.c | 412 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt) in _lv_txt_ins() function
|
/lvgl-3.4.0/src/widgets/ |
D | lv_dropdown.c | 239 …_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos++), "\n"); in lv_dropdown_add_option() 252 …_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos), ins_buf… in lv_dropdown_add_option()
|
D | lv_textarea.c | 146 _lv_txt_ins(ta->pwd_tmp, ta->cursor.pos, (const char *)letter_buf); in lv_textarea_add_char() 208 _lv_txt_ins(ta->pwd_tmp, ta->cursor.pos, txt); in lv_textarea_add_text()
|
D | lv_label.c | 662 _lv_txt_ins(label->text, pos, txt); in lv_label_ins_text()
|