Searched refs:lv_obj_hit_test (Results 1 – 3 of 3) sorted by relevance
443 bool lv_obj_hit_test(lv_obj_t * obj, const lv_point_t * point);
955 bool lv_obj_hit_test(lv_obj_t * obj, const lv_point_t * point) in lv_obj_hit_test() function
591 bool hit_test_ok = lv_obj_hit_test(obj, &p_trans); in lv_indev_search_obj()