Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 107) sorted by relevance

12345

/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c381 static size_t block_size(const block_header_t * block) in block_size() argument
383 return block->size & ~(block_header_free_bit | block_header_prev_free_bit); in block_size()
386 static void block_set_size(block_header_t * block, size_t size) in block_set_size() argument
388 const size_t oldsize = block->size; in block_set_size()
389 block->size = size | (oldsize & (block_header_free_bit | block_header_prev_free_bit)); in block_set_size()
392 static int block_is_last(const block_header_t * block) in block_is_last() argument
394 return block_size(block) == 0; in block_is_last()
397 static int block_is_free(const block_header_t * block) in block_is_free() argument
399 return tlsf_cast(int, block->size & block_header_free_bit); in block_is_free()
402 static void block_set_free(block_header_t * block) in block_set_free() argument
[all …]
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst20 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> Wi…
21 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> …
22 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes…
23 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> …
34 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
35 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> …
36 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes…
37 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> …
48 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> LV…
49 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> …
[all …]
/lvgl-latest/docs/details/integration/os/buildroot/
Dquick_setup.rst11 .. code-block:: bash
17 .. code-block:: bash
25 .. code-block:: bash
34 .. code-block:: bash
44 .. code-block:: bash
50 .. code-block:: bash
Dlvgl_app.rst14 .. code-block:: bash
35 .. code-block:: bash
49 .. code-block:: bash
57 .. code-block:: bash
65 .. code-block:: bash
72 .. code-block:: bash
103 .. code-block:: bash
112 .. code-block:: bash
120 .. code-block:: bash
142 .. code-block:: bash
[all …]
Dimage_generation.rst18 .. code-block::
38 .. code-block:: bash
46 .. code-block:: bash
55 .. code-block:: bash
69 .. code-block:: bash
76 .. code-block:: bash
88 .. code-block:: bash
106 .. code-block:: bash
121 .. code-block:: bash
180 .. code-block:: bash
[all …]
/lvgl-latest/docs/details/other-components/
Dobserver.rst22 .. code-block:: c
136 .. code-block:: c
143 .. code-block:: c
156 .. code-block:: c
163 .. code-block:: c
172 .. code-block:: c
179 .. code-block:: c
202 .. code-block:: c
212 .. code-block:: c
256 .. code-block:: c
[all …]
Dfragment.rst37 .. code-block:: c
58 .. code-block:: c
68 .. code-block:: c
/lvgl-latest/src/libs/freetype/
Dlv_ftsystem.c58 void * block);
61 void * block);
214 void * block) in ft_realloc() argument
219 return lv_realloc(block, (size_t)new_size); in ft_realloc()
229 void * block) in ft_free() argument
233 lv_free(block); in ft_free()
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dtimer_handler.rst20 .. code-block:: c
31 .. code-block:: c
41 .. code-block:: c
52 .. code-block:: c
/lvgl-latest/docs/
DREADME.md194 * Include at least 1 empty line after a code block.
195 * There must be one empty line between the code block directive and the code.
196 * `.. code-block::` is the only directive that should be used. Note carefully that unlike the **li…
198 * For syntax highlighting appropriate to the language in the code block, specify the language after…
200 - `.. code-block:: c`,
201 - `.. code-block:: cpp`,
202 - `.. code-block:: python`,
203 - `.. code-block:: shell`,
204 - `.. code-block:: kconfig`,
205 - `.. code-block:: json`,
[all …]
/lvgl-latest/docs/details/integration/driver/
DX11.rst27 .. code-block:: c
33 .. code-block:: c
41 .. code-block:: c
48 .. code-block:: c
62 .. code-block:: c
88 .. code-block:: c
Duefi.rst28 .. code-block:: c
34 .. code-block:: c
40 .. code-block:: c
46 .. code-block:: c
55 .. code-block:: c
Dlibinput.rst18 .. code-block:: console
42 .. code-block:: c
48 .. code-block:: c
61 .. code-block:: c
70 .. code-block:: c
80 .. code-block:: c
/lvgl-latest/docs/_static/css/
Dcustom.css26 display: block;
35 display: inline-block;
44 display: inline-block;
76 display: block;
99 display: inline-block;
124 display: inline-block;
/lvgl-latest/docs/details/libs/
Dlfs.rst22 .. code-block:: c
28 // block device operations
34 // block device configuration
Dlibpng.rst14 .. code-block:: bash
21 .. code-block:: cmake
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst16 .. code-block::
36 .. code-block:: none
51 .. code-block::
57 .. code-block::
70 .. code-block:: none
81 .. code-block:: none
100 .. code-block::
109 .. code-block:: bash
149 .. code-block::
156 .. code-block:: bash
[all …]
/lvgl-latest/docs/details/integration/os/
Dqnx.rst43 .. code-block:: c
49 .. code-block:: c
55 .. code-block:: c
70 .. code-block:: shell
79 .. code-block:: shell
108 .. code-block:: c
146 .. code-block:: makefile
Dzephyr.rst45 .. code-block:: shell
52 .. code-block:: shell
58 .. code-block:: shell
64 .. code-block:: shell
82 .. code-block:: shell
93 .. code-block:: shell
117 .. code-block::
127 .. code-block:: c
149 .. code-block::
Dnuttx.rst91 .. code-block:: shell
98 .. code-block:: shell
106 .. code-block:: shell
114 .. code-block:: shell
122 .. code-block:: shell
130 .. code-block:: shell
136 .. code-block:: shell
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst37 .. code-block:: c
53 .. code-block:: c
64 .. code-block:: c
78 .. code-block:: c
91 .. code-block:: c
114 .. code-block:: c
154 .. code-block:: c
170 .. code-block:: c
183 .. code-block:: c
201 .. code-block:: c
[all …]
Dnxp.rst55 .. code-block:: c
64 .. code-block:: c
75 .. code-block:: c
102 block the LVGL drawing thread and switch to another task or suspend the CPU for
107 .. code-block:: c
125 .. code-block::c
148 source image and the output is not divisible by the block size, the incorrect
193 - :cpp:func:`pxp_run()`: Start PXP job. Use OS-specific mechanism to block
203 RTOS is required to block the LVGL drawing thread and switch to another
227 .. code-block:: c
[all …]
/lvgl-latest/docs/details/base-widget/
Dcoord.rst146 .. code-block:: c
152 .. code-block:: c
160 .. code-block:: c
184 .. code-block:: c
197 .. code-block:: c
217 .. code-block:: c
242 .. code-block:: c
257 .. code-block:: c
278 .. code-block:: c
302 .. code-block:: c
[all …]
/lvgl-latest/docs/details/integration/bindings/
Dpikascript.rst45 .. code-block:: python
62 .. code-block:: python
78 .. code-block:: python
108 .. code-block:: python
142 .. code-block:: python
154 .. code-block:: c
174 .. code-block:: shell
/lvgl-latest/docs/details/integration/driver/touchpad/
Devdev.rst21 .. code-block:: c
31 .. code-block:: c
38 .. code-block:: c
68 .. code-block:: c

12345