Searched refs:keep (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 50 ``lv_conf.h`` together with Kconfig as well, but keep in mind that the values
|
/lvgl-latest/docs/details/widgets/ |
D | lottie.rst | 50 To keep the buffer size and the animation size consistent,
|
D | label.rst | 40 Therefore, you don't need to keep the text you pass to
|
D | textarea.rst | 112 The Text Area can be configured to keep all text on a single line with
|
D | scale.rst | 122 If you don't want this, to automatically rotate the labels to keep them upright, an additional flag…
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 66 changed to meet lvgl requirements. So let's copy this base and keep it out of
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 2133 int keep; in XML_GetBuffer() local 2144 keep = (int)EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer); in XML_GetBuffer() 2145 if (keep > XML_CONTEXT_BYTES) in XML_GetBuffer() 2146 keep = XML_CONTEXT_BYTES; in XML_GetBuffer() 2148 if (keep > INT_MAX - neededSize) { in XML_GetBuffer() 2152 neededSize += keep; in XML_GetBuffer() 2158 if (keep < EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer)) { in XML_GetBuffer() 2161 - keep; in XML_GetBuffer() 2165 parser->m_bufferEnd - parser->m_bufferPtr + keep); in XML_GetBuffer() 2199 memcpy(newBuf, &parser->m_bufferPtr[-keep], in XML_GetBuffer() [all …]
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 139 ``auto_del`` argument. If you want to keep the current Screen in RAM when you load a 143 A system designer is free to keep any number of Screens (and their child Widgets) in
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 40 build system uses to keep the unpacked recipe for db is the following:
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 252 …``user_data`` to automatically keep track of the MicroPython callable object. The glue code update…
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 431 Sets margin on the top. Widget will keep this space from its siblings in layouts. 445 Sets margin on the bottom. Widget will keep this space from its siblings in layouts. 459 Sets margin on the left. Widget will keep this space from its siblings in layouts. 473 Sets margin on the right. Widget will keep this space from its siblings in layouts.
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 390 position setting. However, to keep the LVGL API lean, only the most
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 207 - **fix(API): keep ime struct lv_pinyin_dict_t public** `6645 <https://github.com/lvgl/lvgl/pull/66… 211 - **fix(API): keep font struct lv_font_fmt_txt_kern_pair_t public** `6625 <https://github.com/lvgl/…
|
D | Doxyfile | 1752 # command to the generated LaTeX files. This will instruct LaTeX to keep running
|