Home
last modified time | relevance | path

Searched refs:LV_SHADOW_CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.4.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h124 #define LV_SHADOW_CACHE_SIZE 0 macro
/lvgl-3.4.0/
Dlv_conf_template.h114 #define LV_SHADOW_CACHE_SIZE 0
DKconfig140 config LV_SHADOW_CACHE_SIZE config
145 LV_SHADOW_CACHE_SIZE is the max shadow size to buffer, where
147 Caching has LV_SHADOW_CACHE_SIZE^2 RAM cost.
/lvgl-3.4.0/src/
Dlv_conf_internal.h277 #ifndef LV_SHADOW_CACHE_SIZE
279 #define LV_SHADOW_CACHE_SIZE CONFIG_LV_SHADOW_CACHE_SIZE macro
281 #define LV_SHADOW_CACHE_SIZE 0 macro
/lvgl-3.4.0/src/draw/sw/
Dlv_draw_sw_rect.c55 #if defined(LV_SHADOW_CACHE_SIZE) && LV_SHADOW_CACHE_SIZE > 0
56 static uint8_t sh_cache[LV_SHADOW_CACHE_SIZE * LV_SHADOW_CACHE_SIZE];
479 #if LV_SHADOW_CACHE_SIZE in draw_shadow()