Home
last modified time | relevance | path

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

/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h124 #define LV_SHADOW_CACHE_SIZE 0 macro
/lvgl-latest/
Dlv_conf_template.h117 #define LV_SHADOW_CACHE_SIZE 0
DKconfig139 config LV_SHADOW_CACHE_SIZE config
144 LV_SHADOW_CACHE_SIZE is the max shadow size to buffer, where
146 Caching has LV_SHADOW_CACHE_SIZE^2 RAM cost.
/lvgl-latest/src/
Dlv_conf_internal.h297 #ifndef LV_SHADOW_CACHE_SIZE
299 #define LV_SHADOW_CACHE_SIZE CONFIG_LV_SHADOW_CACHE_SIZE macro
301 #define LV_SHADOW_CACHE_SIZE 0 macro
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_rect.c53 #if defined(LV_SHADOW_CACHE_SIZE) && LV_SHADOW_CACHE_SIZE > 0
54 static uint8_t sh_cache[LV_SHADOW_CACHE_SIZE * LV_SHADOW_CACHE_SIZE];
481 #if LV_SHADOW_CACHE_SIZE in draw_shadow()