Searched refs:recursive (Results 1 – 7 of 7) sorted by relevance
66 The top-level `qnx` directory includes a recursive make file for building LVGL,
792 bool recursive = flags & LV_OBJ_POINT_TRANSFORM_FLAG_RECURSIVE; in lv_obj_transform_point_array() local795 … if(recursive) lv_obj_transform_point_array(lv_obj_get_parent(obj), points, count, flags); in lv_obj_transform_point_array()800 … if(recursive) lv_obj_transform_point_array(lv_obj_get_parent(obj), points, count, flags); in lv_obj_transform_point_array()
193 :cpp:expr:`lv_obj_get_child_by_id(widget, id)` will perform a recursive walk through
244 Gets property ID by doing a non-recursive search for ``name`` directly in Widget
95 git clone --recursive https://github.com/alifsemi/alif_m55-lvgl
200 git submodule update --init --recursive
55 - **feat(os): use recursive mutex by default** `6573 <https://github.com/lvgl/lvgl/pull/6573>`__