Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_textarea.h55 uint32_t txt_byte_pos; /*Byte index of the letter after (on) the cursor*/ member
Dlv_textarea.c1096 ta->cursor.txt_byte_pos = byte_pos; in refr_cursor_area()
1321 …lv_memcpy(letter_buf, &txt[ta->cursor.txt_byte_pos], _lv_txt_encoded_size(&txt[ta->cursor.txt_byte… in draw_cursor()