Searched refs:aligned (Results 1 – 18 of 18) sorted by relevance
| /lvgl-latest/src/libs/qrcode/ |
| D | lv_qrcode.c | 165 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/ |
| D | lv_tlsf.c | 498 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/ |
| D | lv_image_decoder.c | 251 …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/ |
| D | lv_test_conf.h | 78 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(LV_DRAW_BUF_ALIGN)))
|
| /lvgl-latest/src/draw/sw/blend/helium/ |
| D | lv_blend_helium.S | 54 .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/ |
| D | lv_renesas_glcdc.c | 71 … section(".framebuffer"), aligned(64), used));
|
| /lvgl-latest/docs/ |
| D | CODE_OF_CONDUCT.rst.back | 47 contributions that are not aligned to this Code of Conduct, or to ban
|
| D | CHANGELOG.rst | 227 - **fix(sdl): make sure minimal alignment is sizeof(void*) for aligned alloc** `6526 <https://githu…
|
| /lvgl-latest/env_support/cmsis-pack/ |
| D | lv_conf_cmsis.h | 494 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
|
| D | README.md | 94 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
|
| /lvgl-latest/docs/details/widgets/ |
| D | image.rst | 166 the image source is aligned inside the Widget. 183 Any ``offset`` value is applied after the image source is aligned. For example setting
|
| D | dropdown.rst | 108 If the list would be vertically out of the screen, it will be aligned to
|
| /lvgl-latest/docs/details/main-components/ |
| D | image.rst | 459 lv_draw_buf_t * aligned = lv_draw_buf_adjust_stride(decoded, stride_expect); 460 if(aligned == NULL) { 465 decoded = aligned;
|
| D | font.rst | 28 :Legacy simple: 1, 2, 4 or 8-bpp (aligned or unaligned) and image format, and
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | nxp.rst | 153 - 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/ |
| D | zephyr.rst | 170 - **CONFIG_LV_Z_VDB_ALIGN**: Ensures that the rendering buffer is properly aligned, which is critic…
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 103 If there is some empty space, items (Widgets) in Grid tracks can be aligned in several ways:
|
| /lvgl-latest/docs/details/base-widget/ |
| D | coord.rst | 284 the aligned widget if the reference widget later moves.
|