Searched refs:items (Results 1 – 8 of 8) sorted by relevance
92 … 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 …]
45 lv_lru_item_t ** items; member
8 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 placed20 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 track44 … `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 …]
8 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 track40 ### Grid items60 - `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…
7 Arrange items in rows with wrap and even spacing31 RTL base direction changes order of the items
47 for text, url in buttons.items():
23 - New [List items types](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/list)
12 # 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 to2249 # number of items for each type to make the size more manageable. Set this to 0