Home
last modified time | relevance | path

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

/lvgl-latest/libs/nema_gfx/include/
Dtsi_malloc.h52 …int alignment); /*alignment must be multiple of 4, otherwise it will be overwritten internaly to b…
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst155 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/
Dspangroup.rst97 Like the Label Widget, a Spangroup can be set to one the following text-alignment modes:
105 to set text alignment.
Dlabel.rst147 Text alignment
/lvgl-latest/scripts/
Dcode-format.cfg25 # so this will be LF-only on Linux and CR/LF on Windows, in alignment
/lvgl-latest/env_support/cmsis-pack/
DREADME.md90 …Update macro `LV_ATTRIBUTE_MEM_ALIGN` and `LV_ATTRIBUTE_MEM_ALIGN_SIZE` to force a WORD alignment.
/lvgl-latest/docs/details/base-widget/
Dcoord.rst249 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.
Dscroll.rst196 Snap alignment is set with
212 and setting scroll snap alignment to something other than
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst28 to the path or not meeting the alignment requirements for buffer stride.
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst119 To set the track's alignment use
/lvgl-latest/
DKconfig178 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/
Dimage.rst419 such as alpha premultiplication and stride alignment, most image decoders (such as PNG decoders)
428 - Stride alignment and premultiply post-processing example:
Dfont.rst190 rendering rules and the default alignment of the text (left or right).
/lvgl-latest/docs/
DREADME.md65 In alignment with the above, use a file name stem that is appropriate to the topic being covered.
DCHANGELOG.rst110 - **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…
DCODING_STYLE.rst158 * Set alignment of Widgets placed in containers with LV_STYLE_FLEX_FLOW style.
/lvgl-latest/src/libs/lz4/
Dlz4.c294 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/
Dstyle-properties.rst10 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