Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/textarea/
Dlv_textarea_private.h46 uint32_t txt_byte_pos; /**< Byte index of the letter after (on) the cursor */ member
Dlv_textarea.c1218 ta->cursor.txt_byte_pos = byte_pos; in refr_cursor_area()
1451 …lv_memcpy(letter_buf, &txt[ta->cursor.txt_byte_pos], lv_text_encoded_size(&txt[ta->cursor.txt_byte… in draw_cursor()