Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h269 uint16_t lv_label_get_letter_on(const lv_obj_t * label, lv_point_t * pos);
A Dlv_ta.c1169 uint16_t new_cur_pos = lv_label_get_letter_on(ext->label, &pos); in lv_ta_cursor_down()
1197 uint16_t new_cur_pos = lv_label_get_letter_on(ext->label, &pos); in lv_ta_cursor_up()
1778 index_of_char_at_position = lv_label_get_letter_on(ext->label, &relative_position); in update_cursor_position_on_click()
1837 index_of_char_at_position = lv_label_get_letter_on(ext->label, &relative_position); in update_cursor_position_on_click()
A Dlv_label.c545 uint16_t lv_label_get_letter_on(const lv_obj_t * label, lv_point_t * pos) in lv_label_get_letter_on() function
1091 uint32_t letter_id = lv_label_get_letter_on(label, &p); in lv_label_refr_text()
A Dlv_ddlist.c771 letter_i = lv_label_get_letter_on(ext->label, &p); in release_handler()

Completed in 11 milliseconds