Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c920 static BPMNode * bpmnode_create(BPMLists * lists, int weight, unsigned index, BPMNode * tail) in bpmnode_create() argument
926 if(lists->nextfree >= lists->numfree) { in bpmnode_create()
928 for(i = 0; i != lists->memsize; ++i) lists->memory[i].in_use = 0; in bpmnode_create()
929 for(i = 0; i != lists->listsize; ++i) { in bpmnode_create()
931 for(node = lists->chains0[i]; node != 0; node = node->tail) node->in_use = 1; in bpmnode_create()
932 for(node = lists->chains1[i]; node != 0; node = node->tail) node->in_use = 1; in bpmnode_create()
935 lists->numfree = 0; in bpmnode_create()
936 for(i = 0; i != lists->memsize; ++i) { in bpmnode_create()
937 if(!lists->memory[i].in_use) lists->freelist[lists->numfree++] = &lists->memory[i]; in bpmnode_create()
939 lists->nextfree = 0; in bpmnode_create()
[all …]
/lvgl-latest/demos/keypad_encoder/
DREADME.md6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs …
/lvgl-latest/docs/details/other-components/
Dobj_property.rst252 exist in both lists. Because of the search sequence in
253 :cpp:expr:`lv_obj_property_get_id(widget, name)`, if a name does exist in both lists,
262 lists using ``./scripts/properties.py`` to ensure alphabetical ordering is preserved.
/lvgl-latest/docs/
DREADME.md232 - If you want to have nested bulleted lists, indent each
241 All lists (including nested lists) **must** be preceded and followed with at least 1 blank line. T…
DROADMAP.rst166 - `lv_array`: replace linked lists with array where possible (arrays are faster and uses less memor…
DCODING_STYLE.rst212 - Align edges of text around lists of parameters for ease of reading.
DDoxyfile12 # For lists, items can also be appended using:
989 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst120 rm -rf /var/lib/apt/lists/*
136 && apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/*
Dzephyr.rst192 List <https://lists.zephyrproject.org/g/main>`__
/lvgl-latest/demos/
DREADME.md138 …oder without a touchpad. This demo shows how to handle buttons, drop-down lists, rollers, sliders,…
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst25 In the ``Search Results`` window, the ``Depends on`` section lists the required
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst18 This chapter lists basic variables used in the LVGL Yocto guide and gives an
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst184 Custom command lists
/lvgl-latest/docs/intro/
Dintroduction.rst15 - Powerful building blocks such as :ref:`buttons, charts, lists, sliders, images <widgets>`, etc.