Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_label.c229 uint32_t logical_char_pos = 0; in lv_draw_label() local
232 logical_char_pos = _lv_txt_encoded_get_char_id(txt, line_start); in lv_draw_label()
234logical_char_pos += _lv_bidi_get_logical_pos(bidi_txt, NULL, line_end - line_start, base_dir, t, N… in lv_draw_label()
236 logical_char_pos = _lv_txt_encoded_get_char_id(txt, line_start + i); in lv_draw_label()
290 if(logical_char_pos >= sel_start && logical_char_pos < sel_end) { in lv_draw_label()