Searched refs:_lv_txt_encoded_get_char_id (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_txt.h | 246 extern uint32_t (*_lv_txt_encoded_get_char_id)(const char *, uint32_t);
|
D | lv_txt.c | 63 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/ |
D | lv_draw_label.c | 232 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/ |
D | lv_label.c | 361 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()
|
D | lv_dropdown.c | 238 …_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()
|