Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/src/libs/qrcode/
Dlv_qrcode.c165 bool aligned = false; in lv_qrcode_update() local
170 if(aligned == false && (x & 0x7) == 0) aligned = true; in lv_qrcode_update()
172 if(aligned == false) { in lv_qrcode_update()
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c498 const tlsfptr_t aligned = in align_ptr() local
501 return tlsf_cast(void *, aligned); in align_ptr()
512 const size_t aligned = align_up(size, align); in adjust_request_size() local
515 if(aligned < block_size_max) { in adjust_request_size()
516 adjust = tlsf_max(aligned, block_size_min); in adjust_request_size()
1134 void * aligned = align_ptr(ptr, align); in lv_tlsf_memalign() local
1136 tlsf_cast(tlsfptr_t, aligned) - tlsf_cast(tlsfptr_t, ptr)); in lv_tlsf_memalign()
1143 tlsf_cast(tlsfptr_t, aligned) + offset); in lv_tlsf_memalign()
1145 aligned = align_ptr(next_aligned, align); in lv_tlsf_memalign()
1147 tlsf_cast(tlsfptr_t, aligned) - tlsf_cast(tlsfptr_t, ptr)); in lv_tlsf_memalign()
/lvgl-latest/src/draw/
Dlv_image_decoder.c251 …lv_draw_buf_t * aligned = lv_draw_buf_create_ex(image_cache_draw_buf_handlers, decoded->header.w, … in lv_image_decoder_post_process() local
253 if(aligned == NULL) { in lv_image_decoder_post_process()
258 lv_draw_buf_copy(aligned, NULL, decoded, NULL); in lv_image_decoder_post_process()
259 decoded = aligned; in lv_image_decoder_post_process()
/lvgl-latest/tests/src/
Dlv_test_conf.h78 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(LV_DRAW_BUF_ALIGN)))
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.S54 .macro ldst st, op, bpp, mem, reg, areg, cvt, alt_index, wb, aligned
141 .elseif \aligned
172 .macro load_index bpp, reg, areg, aligned
173 .if (\bpp > 0) && ((\bpp < 31) || (\aligned == 0))
/lvgl-latest/src/drivers/display/renesas_glcdc/
Dlv_renesas_glcdc.c71 … section(".framebuffer"), aligned(64), used));
/lvgl-latest/docs/
DCODE_OF_CONDUCT.rst.back47 contributions that are not aligned to this Code of Conduct, or to ban
DCHANGELOG.rst227 - **fix(sdl): make sure minimal alignment is sizeof(void*) for aligned alloc** `6526 <https://githu…
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h494 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
DREADME.md94 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
/lvgl-latest/docs/details/widgets/
Dimage.rst166 the image source is aligned inside the Widget.
183 Any ``offset`` value is applied after the image source is aligned. For example setting
Ddropdown.rst108 If the list would be vertically out of the screen, it will be aligned to
/lvgl-latest/docs/details/main-components/
Dimage.rst459 lv_draw_buf_t * aligned = lv_draw_buf_adjust_stride(decoded, stride_expect);
460 if(aligned == NULL) {
465 decoded = aligned;
Dfont.rst28 :Legacy simple: 1, 2, 4 or 8-bpp (aligned or unaligned) and image format, and
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst153 - Buffer address must be aligned to 64 bytes: set :c:macro:`LV_DRAW_BUF_ALIGN`
384 aligned. As general rule, the alignment is set to 16 pixels. This makes the
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst170 - **CONFIG_LV_Z_VDB_ALIGN**: Ensures that the rendering buffer is properly aligned, which is critic…
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst103 If there is some empty space, items (Widgets) in Grid tracks can be aligned in several ways:
/lvgl-latest/docs/details/base-widget/
Dcoord.rst284 the aligned widget if the reference widget later moves.