Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/widgets/chart/
Dlv_chart.c41 static uint32_t get_index_from_x(lv_obj_t * obj, lv_coord_t x);
722 uint32_t id = get_index_from_x(obj, p.x + lv_obj_get_scroll_left(obj)); in lv_chart_event()
1654 static uint32_t get_index_from_x(lv_obj_t * obj, lv_coord_t x) in get_index_from_x() function