Searched refs:lists (Results 1 – 14 of 14) sorted by relevance
| /lvgl-latest/src/libs/lodepng/ |
| D | lodepng.c | 920 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/ |
| D | README.md | 6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs …
|
| /lvgl-latest/docs/details/other-components/ |
| D | obj_property.rst | 252 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/ |
| D | README.md | 232 - 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…
|
| D | ROADMAP.rst | 166 - `lv_array`: replace linked lists with array where possible (arrays are faster and uses less memor…
|
| D | CODING_STYLE.rst | 212 - Align edges of text around lists of parameters for ease of reading.
|
| D | Doxyfile | 12 # 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/ |
| D | torizon_os.rst | 120 rm -rf /var/lib/apt/lists/* 136 && apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/*
|
| D | zephyr.rst | 192 List <https://lists.zephyrproject.org/g/main>`__
|
| /lvgl-latest/demos/ |
| D | README.md | 138 …oder without a touchpad. This demo shows how to handle buttons, drop-down lists, rollers, sliders,…
|
| /lvgl-latest/docs/details/integration/os/buildroot/ |
| D | lvgl_app.rst | 25 In the ``Search Results`` window, the ``Depends on`` section lists the required
|
| /lvgl-latest/docs/details/integration/os/yocto/ |
| D | terms_and_variables.rst | 18 This chapter lists basic variables used in the LVGL Yocto guide and gives an
|
| /lvgl-latest/docs/details/integration/driver/display/ |
| D | gen_mipi.rst | 184 Custom command lists
|
| /lvgl-latest/docs/intro/ |
| D | introduction.rst | 15 - Powerful building blocks such as :ref:`buttons, charts, lists, sliders, images <widgets>`, etc.
|