Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj.c51 static bool obj_valid_child(const lv_obj_t * parent, const lv_obj_t * obj_to_find);
417 bool found = obj_valid_child(disp->screens[i], obj); in lv_obj_is_valid()
977 static bool obj_valid_child(const lv_obj_t * parent, const lv_obj_t * obj_to_find) in obj_valid_child() function
990 bool found = obj_valid_child(child, obj_to_find); in obj_valid_child()