Home
last modified time | relevance | path

Searched refs:_lv_txt_encoded_get_char_id (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_txt.h246 extern uint32_t (*_lv_txt_encoded_get_char_id)(const char *, uint32_t);
Dlv_txt.c63 uint32_t (*_lv_txt_encoded_get_char_id)(const char *, uint32_t) = lv_txt_utf8_get_char_id; variable
72 …uint32_t (*_lv_txt_encoded_get_char_id)(const char *, uint32_t) = lv_txt_iso8859_1_get_char_id; variable
/lvgl-3.7.0/src/draw/
Dlv_draw_label.c232 logical_char_pos = _lv_txt_encoded_get_char_id(txt, line_start); in lv_draw_label()
233 uint32_t t = _lv_txt_encoded_get_char_id(bidi_txt, i); in lv_draw_label()
236 logical_char_pos = _lv_txt_encoded_get_char_id(txt, line_start + i); in lv_draw_label()
/lvgl-3.7.0/src/widgets/
Dlv_label.c361 uint32_t line_char_id = _lv_txt_encoded_get_char_id(&txt[line_start], byte_id - line_start); in lv_label_get_letter_pos()
506 uint32_t cid = _lv_txt_encoded_get_char_id(bidi_txt, i); in lv_label_get_letter_on()
518 logical_pos = _lv_txt_encoded_get_char_id(bidi_txt, i); in lv_label_get_letter_on()
521 return logical_pos + _lv_txt_encoded_get_char_id(txt, line_start); in lv_label_get_letter_on()
Dlv_dropdown.c238 …_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos++), "\n"); in lv_dropdown_add_option()
251 …_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos), ins_buf… in lv_dropdown_add_option()