Searched refs:alignment (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/libs/nema_gfx/include/ |
D | tsi_malloc.h | 52 …int alignment); /*alignment must be multiple of 4, otherwise it will be overwritten internaly to b…
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 155 No stride alignment is required: set :c:macro:`LV_DRAW_BUF_STRIDE_ALIGN` to 310 of stride alignment in px. For most color formats, the alignment is 16px 382 - Source image alignment: The byte alignment requirement for a pixel depends on 384 aligned. As general rule, the alignment is set to 16 pixels. This makes the 385 buffer address alignment to be 32 bytes for RGB565 and 64 bytes for ARGB8888. 386 - For pixel engine (PE) destination, the alignment should be 64 bytes for all 387 tiled (4x4) buffer layouts. The pixel engine has no additional alignment
|
/lvgl-latest/docs/details/widgets/ |
D | spangroup.rst | 97 Like the Label Widget, a Spangroup can be set to one the following text-alignment modes: 105 to set text alignment.
|
D | label.rst | 147 Text alignment
|
/lvgl-latest/scripts/ |
D | code-format.cfg | 25 # so this will be LF-only on Linux and CR/LF on Windows, in alignment
|
/lvgl-latest/env_support/cmsis-pack/ |
D | README.md | 90 …Update macro `LV_ATTRIBUTE_MEM_ALIGN` and `LV_ATTRIBUTE_MEM_ALIGN_SIZE` to force a WORD alignment.
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 249 If the parent's size changes, the set alignment and position of the 360 Under the hood the position, size and alignment properties are style 363 alignment properties in the :ref:`local styles <style_local>` of the Widget.
|
D | scroll.rst | 196 Snap alignment is set with 212 and setting scroll snap alignment to something other than
|
/lvgl-latest/docs/details/integration/renderers/ |
D | vg_lite.rst | 28 to the path or not meeting the alignment requirements for buffer stride.
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 119 To set the track's alignment use
|
/lvgl-latest/ |
D | Kconfig | 178 int "Buffer stride alignment" 184 int "Buffer address alignment" 746 bool "Enable 16 pixels alignment" 751 int "Buffer address alignment" 772 int "Required alignment size for buffers"
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 419 such as alpha premultiplication and stride alignment, most image decoders (such as PNG decoders) 428 - Stride alignment and premultiply post-processing example:
|
D | font.rst | 190 rendering rules and the default alignment of the text (left or right).
|
/lvgl-latest/docs/ |
D | README.md | 65 In alignment with the above, use a file name stem that is appropriate to the topic being covered.
|
D | CHANGELOG.rst | 110 - **feat(draw_buf): add LV_DRAW_BUF_INIT macro to meet alignment requirement** `6102 <https://githu… 161 - **feat(libpng): let png handle stride alignment** `3116dc4 <https://github.com/lvgl/lvgl/commit/3… 227 - **fix(sdl): make sure minimal alignment is sizeof(void*) for aligned alloc** `6526 <https://githu…
|
D | CODING_STYLE.rst | 158 * Set alignment of Widgets placed in containers with LV_STYLE_FLEX_FLOW style.
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 294 static int LZ4_isAligned(const void* ptr, size_t alignment) in LZ4_isAligned() argument 296 return ((size_t)ptr & (alignment -1)) == 0; in LZ4_isAligned()
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 10 Properties related to size, position, alignment and layout of Widgets. 141 Set the alignment which tells from which point of the parent the X and Y coordinates should be inte… 1213 …`. `LV_TEXT_ALIGN_AUTO` detect the text base direction and uses left or right alignment accordingly
|