Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_image_cache.c42 bool initialized; member
80 ctx->initialized = false; in lv_nuttx_image_cache_init()
87 if(ctx->initialized == false) goto FREE_CONTEXT; in lv_nuttx_image_cache_deinit()
122 ctx->initialized = false; in defer_init()
148 ctx->initialized = true; in defer_init()
168 if(ctx->independent_image_heap == true && ctx->initialized == false) { in malloc_cb()
/lvgl-latest/docs/details/debugging/
Dvg_lite_tvg.rst27 …E_GPU_INIT` is enabled, because the thorvg drawing context needs to be initialized before it can b…
/lvgl-latest/docs/details/libs/
Dfs.rst57 created and initialized. This object can be passed to :cpp:func:`lv_fs_open` as
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst60 …disp, buf_1, buf_2, sizeof(buf_1), LV_DISPLAY_RENDER_MODE_PARTIAL); /* Set an initialized buffer */
176 …disp, buf_1, buf_2, sizeof(buf_1), LV_DISPLAY_RENDER_MODE_PARTIAL); /* Set an initialized buffer */
/lvgl-latest/docs/details/widgets/
Dlottie.rst56 When a draw buffer is used, it must be already initialized by the user with :cpp:enumerator:`LV_COL…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst201 exits. Before using a style it should be initialized with
450 initialized and added to a style:
529 2. Assign the initialized theme to a display.
Dstyle-properties.rst1358 An initialized ``lv_style_transition_dsc_t`` to describe a transition.
/lvgl-latest/docs/intro/
Dbasics.rst103 After LVGL is initialized (see :ref:`initializing_lvgl`), to create an interactive
322 using a style it needs to be initialized with :cpp:expr:`lv_style_init(&style1)`.
/lvgl-latest/docs/details/other-components/
Dobj_property.rst76 the corresponding array element will be initialized with a function pointer.
/lvgl-latest/docs/details/main-components/
Dfs.rst97 To add a driver, a :cpp:type:`lv_fs_drv_t` object needs to be initialized and
Danimation.rst70 :cpp:type:`lv_anim_t` variable. It has to be initialized and configured with
/lvgl-latest/
DKconfig607 bool "Check if the styles are properly initialized. (Very fast, recommended)"
/lvgl-latest/docs/
DCHANGELOG.rst238 - **fix(vg_lite_tvg): fix path structure is not fully initialized** `6493 <https://github.com/lvgl/…