Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_pos.h417 bool lv_obj_hit_test(struct _lv_obj_t * obj, const lv_point_t * point);
Dlv_obj_pos.c949 bool lv_obj_hit_test(lv_obj_t * obj, const lv_point_t * point) in lv_obj_hit_test() function
Dlv_indev.c309 bool hit_test_ok = lv_obj_hit_test(obj, &p_trans); in lv_indev_search_obj()