Home
last modified time | relevance | path

Searched refs:items (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_lru.c92 … cache->items = (lv_lru_item_t **) lv_mem_alloc(sizeof(lv_lru_item_t *) * cache->hash_table_size); in lv_lru_create()
93 lv_memset_00(cache->items, sizeof(lv_lru_item_t *) * cache->hash_table_size); in lv_lru_create()
94 if(!cache->items) { in lv_lru_create()
109 if(cache->items) { in lv_lru_del()
111 item = cache->items[i]; in lv_lru_del()
121 lv_mem_free(cache->items); in lv_lru_del()
148 item = cache->items[hash_index]; in lv_lru_set()
176 cache->items[hash_index] = item; in lv_lru_set()
196 lv_lru_item_t * item = cache->items[hash_index]; in lv_lru_get()
220 item = cache->items[hash_index]; in lv_lru_remove()
[all …]
Dlv_lru.h45 lv_lru_item_t ** items; member
/lvgl-3.7.0/docs/layouts/
Dflex.md8 It can arrange items into rows or columns (tracks), handle wrapping, adjust the spacing between the…
16 - main direction: row or column, the direction in which the items are placed
20 The available space will be distributed among items respective to their grow value (larger value me…
21 - gap: the space between the rows and columns or the items on a track
44 … `main_place` determines how to distribute the items in their track on the main axis. E.g. flush t…
45 …the items in their track on the cross axis. E.g. if the items have different height place them to …
52 - `LV_FLEX_ALIGN_SPACE_EVENLY` items are distributed so that the spacing between any two items (and…
53 - `LV_FLEX_ALIGN_SPACE_AROUND` items are evenly distributed in the track with equal space around th…
54 Note that visually the spaces aren’t equal, since all the items have equal space on both sides.
56 - `LV_FLEX_ALIGN_SPACE_BETWEEN` items are evenly distributed in the track: first item is on the sta…
[all …]
Dgrid.md8 It can arrange items into a 2D "table" that has rows or columns (tracks). The item can span through…
18 - gap: the space between the rows and columns or the items on a track
40 ### Grid items
60 - `LV_GRID_ALIGN_SPACE_EVENLY` items are distributed so that the spacing between any two items (and…
61 - `LV_GRID_ALIGN_SPACE_AROUND` items are evenly distributed in the track with equal space around th…
62 Note that visually the spaces aren’t equal, since all the items have equal space on both sides.
64 - `LV_GRID_ALIGN_SPACE_BETWEEN` items are evenly distributed in the track: first item is on the sta…
/lvgl-3.7.0/examples/layouts/flex/
Dindex.rst7 Arrange items in rows with wrap and even spacing
31 RTL base direction changes order of the items
/lvgl-3.7.0/docs/_ext/
Dlv_example.py47 for text, url in buttons.items():
/lvgl-3.7.0/src/extra/
DREADME.md23 - New [List items types](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/list)
/lvgl-3.7.0/scripts/
DDoxyfile12 # For lists, items can also be appended using:
1326 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
2249 # number of items for each type to make the size more manageable. Set this to 0