Searched refs:initialized (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_image_cache.c | 42 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/ |
D | vg_lite_tvg.rst | 27 …E_GPU_INIT` is enabled, because the thorvg drawing context needs to be initialized before it can b…
|
/lvgl-latest/docs/details/libs/ |
D | fs.rst | 57 created and initialized. This object can be passed to :cpp:func:`lv_fs_open` as
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 60 …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/ |
D | lottie.rst | 56 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/ |
D | style.rst | 201 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.
|
D | style-properties.rst | 1358 An initialized ``lv_style_transition_dsc_t`` to describe a transition.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 103 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/ |
D | obj_property.rst | 76 the corresponding array element will be initialized with a function pointer.
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 97 To add a driver, a :cpp:type:`lv_fs_drv_t` object needs to be initialized and
|
D | animation.rst | 70 :cpp:type:`lv_anim_t` variable. It has to be initialized and configured with
|
/lvgl-latest/ |
D | Kconfig | 607 bool "Check if the styles are properly initialized. (Very fast, recommended)"
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 238 - **fix(vg_lite_tvg): fix path structure is not fully initialized** `6493 <https://github.com/lvgl/…
|