Searched refs:adjust (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_tlsf.c | 510 size_t adjust = 0; in adjust_request_size() local 516 adjust = tlsf_max(aligned, block_size_min); in adjust_request_size() 519 return adjust; in adjust_request_size() 1100 const size_t adjust = adjust_request_size(size, ALIGN_SIZE); in lv_tlsf_malloc() local 1101 block_header_t * block = block_locate_free(control, adjust); in lv_tlsf_malloc() 1102 return block_prepare_used(control, block, adjust); in lv_tlsf_malloc() 1108 const size_t adjust = adjust_request_size(size, ALIGN_SIZE); in lv_tlsf_memalign() local 1119 const size_t size_with_gap = adjust_request_size(adjust + align + gap_minimum, align); in lv_tlsf_memalign() 1125 const size_t aligned_size = (adjust && align > ALIGN_SIZE) ? size_with_gap : adjust; in lv_tlsf_memalign() 1156 return block_prepare_used(control, block, adjust); in lv_tlsf_memalign() [all …]
|
/lvgl-3.7.0/docs/porting/ |
D | project.md | 36 …o set the library's basic behavior, disable unused modules and features, adjust the size of memory…
|
D | display.md | 35 There are several settings to adjust the number draw buffers and buffering/refreshing modes.
|
/lvgl-3.7.0/docs/layouts/ |
D | flex.md | 8 It can arrange items into rows or columns (tracks), handle wrapping, adjust the spacing between the…
|
/lvgl-3.7.0/docs/overview/ |
D | event.md | 100 In `LV_EVENT_DRAW_...` events it's not allowed to adjust the widgets' properties. E.g. you can not …
|
D | object.md | 189 - `LV_PART_KNOB` Like a handle to grab to adjust the value
|
D | style.md | 112 - `LV_PART_KNOB` Like a handle to grab to adjust a value
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 507 - fix(extra): adjust image decoder initialization order [`3085`](https://github.com/lvgl/lvgl/pull/… 817 - docs(event): tell to not adjust widgets in draw events [`933d67f`](https://github.com/littlevgl/l… 858 - docs(event): tell to not adjust widgets in draw events [`933d67f`](https://github.com/littlevgl/l… 1186 - fix(dropdown) adjust the handling of keys sent to the dropdown [`e41c507`](https://github.com/lvg… 1274 - fix(roller) adjust the size of the selected area correctly [`01d1c87`](https://github.com/lvgl/lv… 1309 - fix(examples) adjust canvas example for MicroPython API change [`52d1c2e`](https://github.com/lvg… 1314 - fix(example) adjust the object sizes in lv_example_anim_timeline_1() [`71a10e4`](https://github.c… 1537 - fix(roller) adjust the size of the selected area correctly 1999 - Add `LV_COLOR_MIX_ROUND_OFS` to adjust color mixing to make it compatible with the GPU
|
D | CONTRIBUTING.md | 230 … you can easily dig in to it to understand how it works. You can also fix or adjust it as you wish.
|
/lvgl-3.7.0/ |
D | Kconfig | 126 (Not so important, you can adjust it to modify default sizes and spaces)
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f…
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 1169 # will adjust the colors in the style sheet and background images according to
|