Home
last modified time | relevance | path

Searched refs:obj_to_find (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);
977 static bool obj_valid_child(const lv_obj_t * parent, const lv_obj_t * obj_to_find) in obj_valid_child() argument
985 if(child == obj_to_find) { in obj_valid_child()
990 bool found = obj_valid_child(child, obj_to_find); in obj_valid_child()