Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_tlsf.c656 block_header_t * remaining = in block_split() local
661 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()
665 block_set_size(remaining, remain_size); in block_split()
666 tlsf_assert(block_size(remaining) >= block_size_min && "block split with invalid size"); in block_split()
669 block_mark_as_free(remaining); in block_split()
671 return remaining; in block_split()
/lvgl-3.7.0/docs/layouts/
Dflex.md8 …etween the items and tracks, handle *grow* to make the item(s) fill the remaining space with respe…
19 - grow: if set on an item it will grow to fill the remaining space on the track.
62 For example, there is 400 px remaining space and 4 objects with grow:
Dgrid.md17 - free unit (FR): if set on track's size is set in `FR` it will grow to fill the remaining space on…
38 - `LV_GRID_FR(X)` tell what portion of the remaining space should be used by this track. Larger val…
/lvgl-3.7.0/docs/widgets/extra/
Dwin.md29 The width of the title is set to take all the remaining space on the header. In other words: it pus…
/lvgl-3.7.0/docs/overview/
Ddrawing.md37 - If the area was larger than the buffer, render the remaining parts too.
38 - Repeat the same with remaining joined areas.