Searched refs:_lv_txt_ap_proc (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_txt_ap.h | 37 void _lv_txt_ap_proc(const char * txt, char * txt_out);
|
D | lv_txt_ap.c | 143 void _lv_txt_ap_proc(const char * txt, char * txt_out) in _lv_txt_ap_proc() function
|
D | lv_txt.c | 476 _lv_txt_ap_proc(raw_txt, text); in _lv_txt_set_text_vfmt()
|
/lvgl-latest/src/widgets/ |
D | lv_checkbox.c | 81 _lv_txt_ap_proc(txt, _txt); in lv_checkbox_set_text()
|
D | lv_dropdown.c | 150 _lv_txt_ap_proc(options, dropdown->options); in lv_dropdown_set_options() 247 _lv_txt_ap_proc(option, ins_buf); in lv_dropdown_add_option()
|
D | lv_label.c | 105 _lv_txt_ap_proc(label->text, label->text); in lv_label_set_text() 128 _lv_txt_ap_proc(text, label->text); in lv_label_set_text()
|
D | lv_table.c | 180 _lv_txt_ap_proc(raw_txt, table->cell_data[cell]->txt); in lv_table_set_cell_value_fmt() 1058 _lv_txt_ap_proc(txt, dst->txt); in copy_cell_txt()
|
D | lv_btnmatrix.c | 820 _lv_txt_ap_proc(txt, txt_ap); in draw_main()
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 1771 - fix(arabic) support processing again already processed texts with _lv_txt_ap_proc
|