Home
last modified time | relevance | path

Searched refs:_lv_txt_ap_proc (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/misc/
Dlv_txt_ap.h37 void _lv_txt_ap_proc(const char * txt, char * txt_out);
Dlv_txt_ap.c143 void _lv_txt_ap_proc(const char * txt, char * txt_out) in _lv_txt_ap_proc() function
Dlv_txt.c476 _lv_txt_ap_proc(raw_txt, text); in _lv_txt_set_text_vfmt()
/lvgl-latest/src/widgets/
Dlv_checkbox.c81 _lv_txt_ap_proc(txt, _txt); in lv_checkbox_set_text()
Dlv_dropdown.c150 _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()
Dlv_label.c105 _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()
Dlv_table.c180 _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()
Dlv_btnmatrix.c820 _lv_txt_ap_proc(txt, txt_ap); in draw_main()
/lvgl-latest/docs/
DCHANGELOG.md1771 - fix(arabic) support processing again already processed texts with _lv_txt_ap_proc