Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst50 ``lv_conf.h`` together with Kconfig as well, but keep in mind that the values
/lvgl-latest/docs/details/widgets/
Dlottie.rst50 To keep the buffer size and the animation size consistent,
Dlabel.rst40 Therefore, you don't need to keep the text you pass to
Dtextarea.rst112 The Text Area can be configured to keep all text on a single line with
Dscale.rst122 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/
Dimage_generation.rst66 changed to meet lvgl requirements. So let's copy this base and keep it out of
/lvgl-latest/src/libs/expat/
Dxmlparse.c2133 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/
Dbasics.rst139 ``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/
Dterms_and_variables.rst40 build system uses to keep the unpacked recipe for db is the following:
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst252 …``user_data`` to automatically keep track of the MicroPython callable object. The glue code update…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst431 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/
Dcoord.rst390 position setting. However, to keep the LVGL API lean, only the most
/lvgl-latest/docs/
DCHANGELOG.rst207 - **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/…
DDoxyfile1752 # command to the generated LaTeX files. This will instruct LaTeX to keep running