Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/misc/
Dlv_ll.c160 void lv_ll_clear_custom(lv_ll_t * ll_p, void(*cleanup)(void *)) in lv_ll_clear_custom()
170 if(cleanup == NULL) { in lv_ll_clear_custom()
175 cleanup(i); in lv_ll_clear_custom()
Dlv_ll.h78 void lv_ll_clear_custom(lv_ll_t * ll_p, void(*cleanup)(void *));
/lvgl-latest/docs/
Dconfig_builder.py55 def cleanup(): function
Dbuild.py646 config_builder.cleanup()
DCHANGELOG.rst215 - **fix(tiny_ttf): fix no cache and formatting cleanup** `6568 <https://github.com/lvgl/lvgl/pull/6…
243 - **fix(draw_buf): skip palette cleanup** `6471 <https://github.com/lvgl/lvgl/pull/6471>`__
/lvgl-latest/src/libs/lodepng/
Dlodepng.c4287 if(error) goto cleanup; in lodepng_compute_color_stats()
4397 if(error) goto cleanup; in lodepng_compute_color_stats()
4433 cleanup: in lodepng_compute_color_stats()
6821 goto cleanup; in lodepng_encode()
6825 goto cleanup; in lodepng_encode()
6829 goto cleanup; in lodepng_encode()
6832 if(state->error) goto cleanup; /*error: invalid color type given*/ in lodepng_encode()
6834 if(state->error) goto cleanup; /*error: invalid color type given*/ in lodepng_encode()
6856 if(state->error) goto cleanup; in lodepng_encode()
6865 if(state->error) goto cleanup; in lodepng_encode()
[all …]
/lvgl-latest/docs/details/integration/driver/
DX11.rst114 /* set optional window close callback to enable application cleanup and exit */
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst94 `_pxp_delete()` will cleanup the PXP draw unit.
293 `_vglite_delete()` will cleanup the VGLite draw unit.