Searched refs:lv_obj_hit_test (Results 1 – 3 of 3) sorted by relevance
417 bool lv_obj_hit_test(struct _lv_obj_t * obj, const lv_point_t * point);
949 bool lv_obj_hit_test(lv_obj_t * obj, const lv_point_t * point) in lv_obj_hit_test() function
309 bool hit_test_ok = lv_obj_hit_test(obj, &p_trans); in lv_indev_search_obj()