Home
last modified time | relevance | path

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

/lvgl-latest/docs/details/integration/os/
Dqnx.rst66 The top-level `qnx` directory includes a recursive make file for building LVGL,
/lvgl-latest/src/core/
Dlv_obj_pos.c792 bool recursive = flags & LV_OBJ_POINT_TRANSFORM_FLAG_RECURSIVE; in lv_obj_transform_point_array() local
795 … 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()
/lvgl-latest/docs/details/other-components/
Dobj_id.rst193 :cpp:expr:`lv_obj_get_child_by_id(widget, id)` will perform a recursive walk through
Dobj_property.rst244 Gets property ID by doing a non-recursive search for ``name`` directly in Widget
/lvgl-latest/docs/details/integration/chip/
Dalif.rst95 git clone --recursive https://github.com/alifsemi/alif_m55-lvgl
/lvgl-latest/docs/details/libs/
Drlottie.rst200 git submodule update --init --recursive
/lvgl-latest/docs/
DCHANGELOG.rst55 - **feat(os): use recursive mutex by default** `6573 <https://github.com/lvgl/lvgl/pull/6573>`__