Searched refs:lv_indev_get_point (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.5.0/src/core/ |
D | lv_indev.h | 99 void lv_indev_get_point(const lv_indev_t * indev, lv_point_t * point);
|
D | lv_indev.c | 221 void lv_indev_get_point(const lv_indev_t * indev, lv_point_t * point) in lv_indev_get_point() function
|
/lvgl-3.5.0/src/widgets/ |
D | lv_slider.c | 137 lv_indev_get_point(lv_indev_get_act(), &p); in lv_slider_event() 197 lv_indev_get_point(indev, &p); in lv_slider_event()
|
D | lv_btnmatrix.c | 422 lv_indev_get_point(param, &p); in lv_btnmatrix_event() 453 lv_indev_get_point(indev, &p); in lv_btnmatrix_event()
|
D | lv_dropdown.c | 1063 lv_indev_get_point(indev, &p); in list_release_handler() 1089 lv_indev_get_point(indev, &p); in list_press_handler()
|
D | lv_roller.c | 680 lv_indev_get_point(indev, &p); in release_handler()
|
D | lv_arc.c | 433 lv_indev_get_point(indev, &p); in lv_arc_event()
|
D | lv_table.c | 911 lv_indev_get_point(lv_indev_get_act(), &p); in get_pressed_cell()
|
D | lv_textarea.c | 1150 lv_indev_get_point(click_source, &point_act); in update_cursor_position_on_click()
|
/lvgl-3.5.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 439 lv_indev_get_point(lv_indev_get_act(), &colorwheel->last_press_point); in lv_colorwheel_event() 454 lv_indev_get_point(indev, &p); in lv_colorwheel_event()
|
/lvgl-3.5.0/src/extra/widgets/chart/ |
D | lv_chart.c | 715 lv_indev_get_point(indev, &p); in lv_chart_event()
|