Home
last modified time | relevance | path

Searched refs:LV_IMG_CACHE_DEF_SIZE (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.4.0/src/draw/
Dlv_img_cache.c36 #if LV_IMG_CACHE_DEF_SIZE
43 #if LV_IMG_CACHE_DEF_SIZE
68 #if LV_IMG_CACHE_DEF_SIZE in _lv_img_cache_open()
151 #if LV_IMG_CACHE_DEF_SIZE == 0 in lv_img_cache_set_size()
183 #if LV_IMG_CACHE_DEF_SIZE in lv_img_cache_invalidate_src()
203 #if LV_IMG_CACHE_DEF_SIZE
Dlv_draw_img.c350 #if LV_IMG_CACHE_DEF_SIZE == 0 in draw_cleanup()
/lvgl-3.4.0/src/misc/
Dlv_gc.h29 #if LV_IMG_CACHE_DEF_SIZE
/lvgl-3.4.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h138 #define LV_IMG_CACHE_DEF_SIZE 0 macro
/lvgl-3.4.0/
Dlv_conf_template.h128 #define LV_IMG_CACHE_DEF_SIZE 0
DKconfig159 config LV_IMG_CACHE_DEF_SIZE config
/lvgl-3.4.0/src/
Dlv_conf_internal.h303 #ifndef LV_IMG_CACHE_DEF_SIZE
305 #define LV_IMG_CACHE_DEF_SIZE CONFIG_LV_IMG_CACHE_DEF_SIZE macro
307 #define LV_IMG_CACHE_DEF_SIZE 0 macro
/lvgl-3.4.0/src/core/
Dlv_obj.c135 #if LV_IMG_CACHE_DEF_SIZE in lv_init()
136 lv_img_cache_set_size(LV_IMG_CACHE_DEF_SIZE); in lv_init()
/lvgl-3.4.0/src/draw/sdl/
Dlv_draw_sdl_img.c203 #if LV_IMG_CACHE_DEF_SIZE == 0 in lv_draw_sdl_img_load_texture()
/lvgl-3.4.0/docs/overview/
Dimage.md297 The number of cache entries can be defined with `LV_IMG_CACHE_DEF_SIZE` in *lv_conf.h*. The default…